Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-21759 (GCVE-0-2025-21759)
Vulnerability from cvelistv5
{ "containers": { "adp": [ { "metrics": [ { "cvssV3_1": { "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" } }, { "other": { "content": { "id": "CVE-2025-21759", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "total" } ], "role": "CISA Coordinator", "timestamp": "2025-02-27T17:57:46.460072Z", "version": "2.0.3" }, "type": "ssvc" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-416", "description": "CWE-416 Use After Free", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2025-02-27T18:02:27.454Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "defaultStatus": "unaffected", "product": "Linux", "programFiles": [ "net/ipv6/mcast.c" ], "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "vendor": "Linux", "versions": [ { "lessThan": "81b25a07ebf53f9ef4ca8f3d96a8ddb94561dd5a", "status": "affected", "version": "b8ad0cbc58f703972e9e37c4e2a8081dd7e6a551", "versionType": "git" }, { "lessThan": "0bf8e2f3768629d437a32cb824149e6e98254381", "status": "affected", "version": "b8ad0cbc58f703972e9e37c4e2a8081dd7e6a551", "versionType": "git" }, { "lessThan": "8e92d6a413feaf968a33f0b439ecf27404407458", "status": "affected", "version": "b8ad0cbc58f703972e9e37c4e2a8081dd7e6a551", "versionType": "git" }, { "lessThan": "087c1faa594fa07a66933d750c0b2610aa1a2946", "status": "affected", "version": "b8ad0cbc58f703972e9e37c4e2a8081dd7e6a551", "versionType": "git" } ] }, { "defaultStatus": "affected", "product": "Linux", "programFiles": [ "net/ipv6/mcast.c" ], "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", "vendor": "Linux", "versions": [ { "status": "affected", "version": "2.6.26" }, { "lessThan": "2.6.26", "status": "unaffected", "version": "0", "versionType": "semver" }, { "lessThanOrEqual": "6.6.*", "status": "unaffected", "version": "6.6.79", "versionType": "semver" }, { "lessThanOrEqual": "6.12.*", "status": "unaffected", "version": "6.12.16", "versionType": "semver" }, { "lessThanOrEqual": "6.13.*", "status": "unaffected", "version": "6.13.4", "versionType": "semver" }, { "lessThanOrEqual": "*", "status": "unaffected", "version": "6.14", "versionType": "original_commit_for_fix" } ] } ], "cpeApplicability": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "6.6.79", "versionStartIncluding": "2.6.26", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "6.12.16", "versionStartIncluding": "2.6.26", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "6.13.4", "versionStartIncluding": "2.6.26", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "versionEndExcluding": "6.14", "versionStartIncluding": "2.6.26", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "descriptions": [ { "lang": "en", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: mcast: extend RCU protection in igmp6_send()\n\nigmp6_send() can be called without RTNL or RCU being held.\n\nExtend RCU protection so that we can safely fetch the net pointer\nand avoid a potential UAF.\n\nNote that we no longer can use sock_alloc_send_skb() because\nipv6.igmp_sk uses GFP_KERNEL allocations which can sleep.\n\nInstead use alloc_skb() and charge the net-\u003eipv6.igmp_sk\nsocket under RCU protection." } ], "providerMetadata": { "dateUpdated": "2025-05-04T07:20:31.433Z", "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "shortName": "Linux" }, "references": [ { "url": "https://git.kernel.org/stable/c/81b25a07ebf53f9ef4ca8f3d96a8ddb94561dd5a" }, { "url": "https://git.kernel.org/stable/c/0bf8e2f3768629d437a32cb824149e6e98254381" }, { "url": "https://git.kernel.org/stable/c/8e92d6a413feaf968a33f0b439ecf27404407458" }, { "url": "https://git.kernel.org/stable/c/087c1faa594fa07a66933d750c0b2610aa1a2946" } ], "title": "ipv6: mcast: extend RCU protection in igmp6_send()", "x_generator": { "engine": "bippy-1.2.0" } } }, "cveMetadata": { "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "assignerShortName": "Linux", "cveId": "CVE-2025-21759", "datePublished": "2025-02-27T02:18:12.994Z", "dateReserved": "2024-12-29T08:45:45.761Z", "dateUpdated": "2025-05-04T07:20:31.433Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2025-21759\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-02-27T03:15:16.550\",\"lastModified\":\"2025-03-24T17:33:09.887\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nipv6: mcast: extend RCU protection in igmp6_send()\\n\\nigmp6_send() can be called without RTNL or RCU being held.\\n\\nExtend RCU protection so that we can safely fetch the net pointer\\nand avoid a potential UAF.\\n\\nNote that we no longer can use sock_alloc_send_skb() because\\nipv6.igmp_sk uses GFP_KERNEL allocations which can sleep.\\n\\nInstead use alloc_skb() and charge the net-\u003eipv6.igmp_sk\\nsocket under RCU protection.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: ipv6: mcast: extender la protecci\u00f3n RCU en igmp6_send() igmp6_send() se puede llamar sin que se mantenga RTNL o RCU. Extienda la protecci\u00f3n RCU para que podamos obtener de forma segura el puntero de red y evitar un posible UAF. Tenga en cuenta que ya no podemos usar sock_alloc_send_skb() porque ipv6.igmp_sk usa asignaciones GFP_KERNEL que pueden dormir. En su lugar, use alloc_skb() y cargue el socket net-\u0026gt;ipv6.igmp_sk bajo la protecci\u00f3n RCU.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"2.6.26\",\"versionEndExcluding\":\"6.6.79\",\"matchCriteriaId\":\"80691BA5-295B-4772-9338-1D31A39548D6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.12.16\",\"matchCriteriaId\":\"13C8DB18-FC60-425F-84E5-3EDDEC61B2FC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.13\",\"versionEndExcluding\":\"6.13.4\",\"matchCriteriaId\":\"2A2093ED-74A9-43F9-AC72-50030F374EA4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.14:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"186716B6-2B66-4BD0-852E-D48E71C0C85F\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:6.14:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"0D3E781C-403A-498F-9DA9-ECEE50F41E75\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/087c1faa594fa07a66933d750c0b2610aa1a2946\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/0bf8e2f3768629d437a32cb824149e6e98254381\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/81b25a07ebf53f9ef4ca8f3d96a8ddb94561dd5a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/8e92d6a413feaf968a33f0b439ecf27404407458\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-21759\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-27T17:57:46.460072Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-416\", \"description\": \"CWE-416 Use After Free\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-27T17:57:47.940Z\"}}], \"cna\": {\"title\": \"ipv6: mcast: extend RCU protection in igmp6_send()\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"b8ad0cbc58f703972e9e37c4e2a8081dd7e6a551\", \"lessThan\": \"81b25a07ebf53f9ef4ca8f3d96a8ddb94561dd5a\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"b8ad0cbc58f703972e9e37c4e2a8081dd7e6a551\", \"lessThan\": \"0bf8e2f3768629d437a32cb824149e6e98254381\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"b8ad0cbc58f703972e9e37c4e2a8081dd7e6a551\", \"lessThan\": \"8e92d6a413feaf968a33f0b439ecf27404407458\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"b8ad0cbc58f703972e9e37c4e2a8081dd7e6a551\", \"lessThan\": \"087c1faa594fa07a66933d750c0b2610aa1a2946\", \"versionType\": \"git\"}], \"programFiles\": [\"net/ipv6/mcast.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"2.6.26\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"2.6.26\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"6.6.79\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.12.16\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.12.*\"}, {\"status\": \"unaffected\", \"version\": \"6.13.4\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.13.*\"}, {\"status\": \"unaffected\", \"version\": \"6.14\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"net/ipv6/mcast.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/81b25a07ebf53f9ef4ca8f3d96a8ddb94561dd5a\"}, {\"url\": \"https://git.kernel.org/stable/c/0bf8e2f3768629d437a32cb824149e6e98254381\"}, {\"url\": \"https://git.kernel.org/stable/c/8e92d6a413feaf968a33f0b439ecf27404407458\"}, {\"url\": \"https://git.kernel.org/stable/c/087c1faa594fa07a66933d750c0b2610aa1a2946\"}], \"x_generator\": {\"engine\": \"bippy-5f407fcff5a0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nipv6: mcast: extend RCU protection in igmp6_send()\\n\\nigmp6_send() can be called without RTNL or RCU being held.\\n\\nExtend RCU protection so that we can safely fetch the net pointer\\nand avoid a potential UAF.\\n\\nNote that we no longer can use sock_alloc_send_skb() because\\nipv6.igmp_sk uses GFP_KERNEL allocations which can sleep.\\n\\nInstead use alloc_skb() and charge the net-\u003eipv6.igmp_sk\\nsocket under RCU protection.\"}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2025-03-24T15:39:55.768Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2025-21759\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-03-24T15:39:55.768Z\", \"dateReserved\": \"2024-12-29T08:45:45.761Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2025-02-27T02:18:12.994Z\", \"assignerShortName\": \"Linux\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
CERTFR-2025-AVI-0307
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans le noyau Linux de SUSE. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire, 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 | ||
---|---|---|---|---|
SUSE | N/A | SUSE Linux Enterprise Micro for Rancher 5.3 | ||
SUSE | N/A | SUSE Linux Enterprise Desktop 15 SP6 | ||
SUSE | N/A | SUSE Linux Enterprise Micro 5.3 | ||
SUSE | N/A | SUSE Manager Proxy 4.3 | ||
SUSE | N/A | Basesystem Module 15-SP6 | ||
SUSE | N/A | SUSE Linux Enterprise Micro for Rancher 5.2 | ||
SUSE | N/A | SUSE Real Time Module 15-SP6 | ||
SUSE | N/A | SUSE Linux Enterprise High Availability Extension 15 SP4 | ||
SUSE | N/A | Public Cloud Module 15-SP6 | ||
SUSE | N/A | SUSE Linux Enterprise Micro for Rancher 5.4 | ||
SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP4 | ||
SUSE | N/A | SUSE Manager Retail Branch Server 4.3 | ||
SUSE | N/A | openSUSE Leap 15.4 | ||
SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP4 | ||
SUSE | N/A | openSUSE Leap 15.5 | ||
SUSE | N/A | SUSE Manager Server 4.3 | ||
SUSE | N/A | SUSE Linux Enterprise High Performance Computing 15 SP4 | ||
SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP6 | ||
SUSE | N/A | Legacy Module 15-SP6 | ||
SUSE | N/A | SUSE Linux Enterprise Server 15 SP4 LTSS | ||
SUSE | N/A | SUSE Linux Enterprise Micro 5.2 | ||
SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP6 | ||
SUSE | N/A | openSUSE Leap 15.6 | ||
SUSE | N/A | SUSE Linux Enterprise Server 15 SP4 | ||
SUSE | N/A | SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 | ||
SUSE | N/A | SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 | ||
SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP4 | ||
SUSE | N/A | SUSE Linux Enterprise Workstation Extension 15 SP6 | ||
SUSE | N/A | SUSE Linux Enterprise Micro 5.1 | ||
SUSE | N/A | SUSE Linux Enterprise Micro 5.4 | ||
SUSE | N/A | SUSE Linux Enterprise High Availability Extension 15 SP6 | ||
SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP6 | ||
SUSE | N/A | Development Tools Module 15-SP6 | ||
SUSE | N/A | SUSE Linux Enterprise Server 15 SP6 | ||
SUSE | N/A | SUSE Linux Enterprise Micro 5.5 |
Title | Publication Time | Tags | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "SUSE Linux Enterprise Micro for Rancher 5.3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Desktop 15 SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro 5.3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Manager Proxy 4.3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "Basesystem Module 15-SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro for Rancher 5.2", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Real Time Module 15-SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Availability Extension 15 SP4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "Public Cloud Module 15-SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro for Rancher 5.4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Live Patching 15-SP4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Manager Retail Branch Server 4.3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "openSUSE Leap 15.4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "openSUSE Leap 15.5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Manager Server 4.3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Performance Computing 15 SP4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Live Patching 15-SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "Legacy Module 15-SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 15 SP4 LTSS", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro 5.2", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Real Time 15 SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "openSUSE Leap 15.6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 15 SP4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Performance Computing LTSS 15 SP4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Real Time 15 SP4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Workstation Extension 15 SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro 5.1", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro 5.4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Availability Extension 15 SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server for SAP Applications 15 SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "Development Tools Module 15-SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 15 SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro 5.5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "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-2017-5753", "url": "https://www.cve.org/CVERecord?id=CVE-2017-5753" }, { "name": "CVE-2020-27835", "url": "https://www.cve.org/CVERecord?id=CVE-2020-27835" }, { "name": "CVE-2022-1016", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1016" }, { "name": "CVE-2022-1184", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1184" }, { "name": "CVE-2022-1048", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1048" }, { "name": "CVE-2022-0168", "url": "https://www.cve.org/CVERecord?id=CVE-2022-0168" }, { "name": "CVE-2022-3435", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3435" }, { "name": "CVE-2022-29901", "url": "https://www.cve.org/CVERecord?id=CVE-2022-29901" }, { "name": "CVE-2022-29900", "url": "https://www.cve.org/CVERecord?id=CVE-2022-29900" }, { "name": "CVE-2022-2977", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2977" }, { "name": "CVE-2022-3303", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3303" }, { "name": "CVE-2023-0179", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0179" }, { "name": "CVE-2023-1652", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1652" }, { "name": "CVE-2023-28410", "url": "https://www.cve.org/CVERecord?id=CVE-2023-28410" }, { "name": "CVE-2023-2162", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2162" }, { "name": "CVE-2023-3567", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3567" }, { "name": "CVE-2024-2201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-2201" }, { "name": "CVE-2024-26634", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26634" }, { "name": "CVE-2021-47248", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47248" }, { "name": "CVE-2024-35910", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35910" }, { "name": "CVE-2024-26873", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26873" }, { "name": "CVE-2024-35826", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35826" }, { "name": "CVE-2024-41005", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41005" }, { "name": "CVE-2024-38606", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38606" }, { "name": "CVE-2024-41077", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41077" }, { "name": "CVE-2024-42229", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42229" }, { "name": "CVE-2024-41092", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41092" }, { "name": "CVE-2024-42098", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42098" }, { "name": "CVE-2024-42240", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42240" }, { "name": "CVE-2021-47517", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47517" }, { "name": "CVE-2024-46782", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46782" }, { "name": "CVE-2024-50126", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50126" }, { "name": "CVE-2024-50290", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50290" }, { "name": "CVE-2024-53057", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53057" }, { "name": "CVE-2024-53063", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53063" }, { "name": "CVE-2024-42307", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42307" }, { "name": "CVE-2024-43820", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43820" }, { "name": "CVE-2024-49924", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49924" }, { "name": "CVE-2024-47678", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47678" }, { "name": "CVE-2024-53140", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53140" }, { "name": "CVE-2024-53064", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53064" }, { "name": "CVE-2024-56642", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56642" }, { "name": "CVE-2024-56651", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56651" }, { "name": "CVE-2024-49994", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49994" }, { "name": "CVE-2024-53124", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53124" }, { "name": "CVE-2024-56703", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56703" }, { "name": "CVE-2025-21631", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21631" }, { "name": "CVE-2025-21671", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21671" }, { "name": "CVE-2024-49940", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49940" }, { "name": "CVE-2024-50056", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50056" }, { "name": "CVE-2024-50140", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50140" }, { "name": "CVE-2024-50152", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50152" }, { "name": "CVE-2024-53163", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53163" }, { "name": "CVE-2024-53176", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53176" }, { "name": "CVE-2024-53178", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53178" }, { "name": "CVE-2024-56702", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56702" }, { "name": "CVE-2024-56751", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56751" }, { "name": "CVE-2023-52926", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52926" }, { "name": "CVE-2024-47408", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47408" }, { "name": "CVE-2024-49571", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49571" }, { "name": "CVE-2024-53680", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53680" }, { "name": "CVE-2024-56640", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56640" }, { "name": "CVE-2024-56718", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56718" }, { "name": "CVE-2024-56770", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56770" }, { "name": "CVE-2024-57807", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57807" }, { "name": "CVE-2024-57900", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57900" }, { "name": "CVE-2021-47633", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47633" }, { "name": "CVE-2021-47644", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47644" }, { "name": "CVE-2022-49076", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49076" }, { "name": "CVE-2022-49089", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49089" }, { "name": "CVE-2022-49134", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49134" }, { "name": "CVE-2022-49135", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49135" }, { "name": "CVE-2022-49151", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49151" }, { "name": "CVE-2022-49178", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49178" }, { "name": "CVE-2022-49182", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49182" }, { "name": "CVE-2022-49201", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49201" }, { "name": "CVE-2022-49247", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49247" }, { "name": "CVE-2022-49490", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49490" }, { "name": "CVE-2022-49626", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49626" }, { "name": "CVE-2022-49661", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49661" }, { "name": "CVE-2024-57979", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57979" }, { "name": "CVE-2025-21733", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21733" }, { "name": "CVE-2025-21753", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21753" }, { "name": "CVE-2025-21754", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21754" }, { "name": "CVE-2021-4453", "url": "https://www.cve.org/CVERecord?id=CVE-2021-4453" }, { "name": "CVE-2021-47631", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47631" }, { "name": "CVE-2021-47632", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47632" }, { "name": "CVE-2021-47635", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47635" }, { "name": "CVE-2021-47636", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47636" }, { "name": "CVE-2021-47637", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47637" }, { "name": "CVE-2021-47638", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47638" }, { "name": "CVE-2021-47639", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47639" }, { "name": "CVE-2021-47641", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47641" }, { "name": "CVE-2021-47642", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47642" }, { "name": "CVE-2021-47643", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47643" }, { "name": "CVE-2021-47645", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47645" }, { "name": "CVE-2021-47646", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47646" }, { "name": "CVE-2021-47647", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47647" }, { "name": "CVE-2021-47648", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47648" }, { "name": "CVE-2021-47649", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47649" }, { "name": "CVE-2021-47650", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47650" }, { "name": "CVE-2021-47651", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47651" }, { "name": "CVE-2021-47652", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47652" }, { "name": "CVE-2021-47653", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47653" }, { "name": "CVE-2021-47654", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47654" }, { "name": "CVE-2021-47656", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47656" }, { "name": "CVE-2021-47657", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47657" }, { "name": "CVE-2021-47659", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47659" }, { "name": "CVE-2022-0995", "url": "https://www.cve.org/CVERecord?id=CVE-2022-0995" }, { "name": "CVE-2022-49044", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49044" }, { "name": "CVE-2022-49050", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49050" }, { "name": "CVE-2022-49051", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49051" }, { "name": "CVE-2022-49054", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49054" }, { "name": "CVE-2022-49055", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49055" }, { "name": "CVE-2022-49058", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49058" }, { "name": "CVE-2022-49059", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49059" }, { "name": "CVE-2022-49060", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49060" }, { "name": "CVE-2022-49061", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49061" }, { "name": "CVE-2022-49063", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49063" }, { "name": "CVE-2022-49065", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49065" }, { "name": "CVE-2022-49066", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49066" }, { "name": "CVE-2022-49073", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49073" }, { "name": "CVE-2022-49074", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49074" }, { "name": "CVE-2022-49078", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49078" }, { "name": "CVE-2022-49082", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49082" }, { "name": "CVE-2022-49083", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49083" }, { "name": "CVE-2022-49084", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49084" }, { "name": "CVE-2022-49085", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49085" }, { "name": "CVE-2022-49086", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49086" }, { "name": "CVE-2022-49088", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49088" }, { "name": "CVE-2022-49090", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49090" }, { "name": "CVE-2022-49091", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49091" }, { "name": "CVE-2022-49092", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49092" }, { "name": "CVE-2022-49093", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49093" }, { "name": "CVE-2022-49095", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49095" }, { "name": "CVE-2022-49096", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49096" }, { "name": "CVE-2022-49097", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49097" }, { "name": "CVE-2022-49098", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49098" }, { "name": "CVE-2022-49099", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49099" }, { "name": "CVE-2022-49100", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49100" }, { "name": "CVE-2022-49102", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49102" }, { "name": "CVE-2022-49103", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49103" }, { "name": "CVE-2022-49104", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49104" }, { "name": "CVE-2022-49105", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49105" }, { "name": "CVE-2022-49106", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49106" }, { "name": "CVE-2022-49107", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49107" }, { "name": "CVE-2022-49109", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49109" }, { "name": "CVE-2022-49111", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49111" }, { "name": "CVE-2022-49112", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49112" }, { "name": "CVE-2022-49113", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49113" }, { "name": "CVE-2022-49114", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49114" }, { "name": "CVE-2022-49115", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49115" }, { "name": "CVE-2022-49116", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49116" }, { "name": "CVE-2022-49118", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49118" }, { "name": "CVE-2022-49119", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49119" }, { "name": "CVE-2022-49120", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49120" }, { "name": "CVE-2022-49121", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49121" }, { "name": "CVE-2022-49122", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49122" }, { "name": "CVE-2022-49126", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49126" }, { "name": "CVE-2022-49128", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49128" }, { "name": "CVE-2022-49129", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49129" }, { "name": "CVE-2022-49130", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49130" }, { "name": "CVE-2022-49131", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49131" }, { "name": "CVE-2022-49132", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49132" }, { "name": "CVE-2022-49137", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49137" }, { "name": "CVE-2022-49145", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49145" }, { "name": "CVE-2022-49147", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49147" }, { "name": "CVE-2022-49148", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49148" }, { "name": "CVE-2022-49153", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49153" }, { "name": "CVE-2022-49154", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49154" }, { "name": "CVE-2022-49155", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49155" }, { "name": "CVE-2022-49156", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49156" }, { "name": "CVE-2022-49157", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49157" }, { "name": "CVE-2022-49158", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49158" }, { "name": "CVE-2022-49159", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49159" }, { "name": "CVE-2022-49160", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49160" }, { "name": "CVE-2022-49162", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49162" }, { "name": "CVE-2022-49163", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49163" }, { "name": "CVE-2022-49164", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49164" }, { "name": "CVE-2022-49165", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49165" }, { "name": "CVE-2022-49174", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49174" }, { "name": "CVE-2022-49175", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49175" }, { "name": "CVE-2022-49176", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49176" }, { "name": "CVE-2022-49177", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49177" }, { "name": "CVE-2022-49179", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49179" }, { "name": "CVE-2022-49180", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49180" }, { "name": "CVE-2022-49185", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49185" }, { "name": "CVE-2022-49187", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49187" }, { "name": "CVE-2022-49188", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49188" }, { "name": "CVE-2022-49189", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49189" }, { "name": "CVE-2022-49193", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49193" }, { "name": "CVE-2022-49194", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49194" }, { "name": "CVE-2022-49196", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49196" }, { "name": "CVE-2022-49199", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49199" }, { "name": "CVE-2022-49200", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49200" }, { "name": "CVE-2022-49206", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49206" }, { "name": "CVE-2022-49208", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49208" }, { "name": "CVE-2022-49212", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49212" }, { "name": "CVE-2022-49213", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49213" }, { "name": "CVE-2022-49214", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49214" }, { "name": "CVE-2022-49216", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49216" }, { "name": "CVE-2022-49217", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49217" }, { "name": "CVE-2022-49218", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49218" }, { "name": "CVE-2022-49221", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49221" }, { "name": "CVE-2022-49222", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49222" }, { "name": "CVE-2022-49224", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49224" }, { "name": "CVE-2022-49226", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49226" }, { "name": "CVE-2022-49227", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49227" }, { "name": "CVE-2022-49232", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49232" }, { "name": "CVE-2022-49235", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49235" }, { "name": "CVE-2022-49236", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49236" }, { "name": "CVE-2022-49239", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49239" }, { "name": "CVE-2022-49241", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49241" }, { "name": "CVE-2022-49242", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49242" }, { "name": "CVE-2022-49243", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49243" }, { "name": "CVE-2022-49244", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49244" }, { "name": "CVE-2022-49246", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49246" }, { "name": "CVE-2022-49248", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49248" }, { "name": "CVE-2022-49249", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49249" }, { "name": "CVE-2022-49250", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49250" }, { "name": "CVE-2022-49251", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49251" }, { "name": "CVE-2022-49252", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49252" }, { "name": "CVE-2022-49253", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49253" }, { "name": "CVE-2022-49254", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49254" }, { "name": "CVE-2022-49256", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49256" }, { "name": "CVE-2022-49257", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49257" }, { "name": "CVE-2022-49258", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49258" }, { "name": "CVE-2022-49259", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49259" }, { "name": "CVE-2022-49260", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49260" }, { "name": "CVE-2022-49261", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49261" }, { "name": "CVE-2022-49262", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49262" }, { "name": "CVE-2022-49263", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49263" }, { "name": "CVE-2022-49264", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49264" }, { "name": "CVE-2022-49265", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49265" }, { "name": "CVE-2022-49266", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49266" }, { "name": "CVE-2022-49268", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49268" }, { "name": "CVE-2022-49269", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49269" }, { "name": "CVE-2022-49270", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49270" }, { "name": "CVE-2022-49271", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49271" }, { "name": "CVE-2022-49272", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49272" }, { "name": "CVE-2022-49273", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49273" }, { "name": "CVE-2022-49274", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49274" }, { "name": "CVE-2022-49275", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49275" }, { "name": "CVE-2022-49276", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49276" }, { "name": "CVE-2022-49277", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49277" }, { "name": "CVE-2022-49278", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49278" }, { "name": "CVE-2022-49279", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49279" }, { "name": "CVE-2022-49280", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49280" }, { "name": "CVE-2022-49281", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49281" }, { "name": "CVE-2022-49283", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49283" }, { "name": "CVE-2022-49285", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49285" }, { "name": "CVE-2022-49286", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49286" }, { "name": "CVE-2022-49287", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49287" }, { "name": "CVE-2022-49288", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49288" }, { "name": "CVE-2022-49290", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49290" }, { "name": "CVE-2022-49291", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49291" }, { "name": "CVE-2022-49292", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49292" }, { "name": "CVE-2022-49294", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49294" }, { "name": "CVE-2022-49295", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49295" }, { "name": "CVE-2022-49297", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49297" }, { "name": "CVE-2022-49298", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49298" }, { "name": "CVE-2022-49299", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49299" }, { "name": "CVE-2022-49300", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49300" }, { "name": "CVE-2022-49301", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49301" }, { "name": "CVE-2022-49302", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49302" }, { "name": "CVE-2022-49304", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49304" }, { "name": "CVE-2022-49305", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49305" }, { "name": "CVE-2022-49307", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49307" }, { "name": "CVE-2022-49308", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49308" }, { "name": "CVE-2022-49309", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49309" }, { "name": "CVE-2022-49310", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49310" }, { "name": "CVE-2022-49311", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49311" }, { "name": "CVE-2022-49312", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49312" }, { "name": "CVE-2022-49313", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49313" }, { "name": "CVE-2022-49314", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49314" }, { "name": "CVE-2022-49315", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49315" }, { "name": "CVE-2022-49316", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49316" }, { "name": "CVE-2022-49319", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49319" }, { "name": "CVE-2022-49320", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49320" }, { "name": "CVE-2022-49321", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49321" }, { "name": "CVE-2022-49322", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49322" }, { "name": "CVE-2022-49323", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49323" }, { "name": "CVE-2022-49326", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49326" }, { "name": "CVE-2022-49327", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49327" }, { "name": "CVE-2022-49328", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49328" }, { "name": "CVE-2022-49331", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49331" }, { "name": "CVE-2022-49332", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49332" }, { "name": "CVE-2022-49335", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49335" }, { "name": "CVE-2022-49336", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49336" }, { "name": "CVE-2022-49337", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49337" }, { "name": "CVE-2022-49339", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49339" }, { "name": "CVE-2022-49341", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49341" }, { "name": "CVE-2022-49342", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49342" }, { "name": "CVE-2022-49343", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49343" }, { "name": "CVE-2022-49345", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49345" }, { "name": "CVE-2022-49346", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49346" }, { "name": "CVE-2022-49347", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49347" }, { "name": "CVE-2022-49348", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49348" }, { "name": "CVE-2022-49349", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49349" }, { "name": "CVE-2022-49350", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49350" }, { "name": "CVE-2022-49351", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49351" }, { "name": "CVE-2022-49352", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49352" }, { "name": "CVE-2022-49354", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49354" }, { "name": "CVE-2022-49356", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49356" }, { "name": "CVE-2022-49357", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49357" }, { "name": "CVE-2022-49367", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49367" }, { "name": "CVE-2022-49368", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49368" }, { "name": "CVE-2022-49370", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49370" }, { "name": "CVE-2022-49371", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49371" }, { "name": "CVE-2022-49373", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49373" }, { "name": "CVE-2022-49375", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49375" }, { "name": "CVE-2022-49376", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49376" }, { "name": "CVE-2022-49377", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49377" }, { "name": "CVE-2022-49378", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49378" }, { "name": "CVE-2022-49379", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49379" }, { "name": "CVE-2022-49381", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49381" }, { "name": "CVE-2022-49382", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49382" }, { "name": "CVE-2022-49384", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49384" }, { "name": "CVE-2022-49385", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49385" }, { "name": "CVE-2022-49386", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49386" }, { "name": "CVE-2022-49389", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49389" }, { "name": "CVE-2022-49392", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49392" }, { "name": "CVE-2022-49394", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49394" }, { "name": "CVE-2022-49396", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49396" }, { "name": "CVE-2022-49397", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49397" }, { "name": "CVE-2022-49398", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49398" }, { "name": "CVE-2022-49399", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49399" }, { "name": "CVE-2022-49400", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49400" }, { "name": "CVE-2022-49402", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49402" }, { "name": "CVE-2022-49404", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49404" }, { "name": "CVE-2022-49407", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49407" }, { "name": "CVE-2022-49409", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49409" }, { "name": "CVE-2022-49410", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49410" }, { "name": "CVE-2022-49411", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49411" }, { "name": "CVE-2022-49412", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49412" }, { "name": "CVE-2022-49413", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49413" }, { "name": "CVE-2022-49414", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49414" }, { "name": "CVE-2022-49416", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49416" }, { "name": "CVE-2022-49418", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49418" }, { "name": "CVE-2022-49421", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49421" }, { "name": "CVE-2022-49422", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49422" }, { "name": "CVE-2022-49424", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49424" }, { "name": "CVE-2022-49426", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49426" }, { "name": "CVE-2022-49427", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49427" }, { "name": "CVE-2022-49429", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49429" }, { "name": "CVE-2022-49430", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49430" }, { "name": "CVE-2022-49431", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49431" }, { "name": "CVE-2022-49432", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49432" }, { "name": "CVE-2022-49433", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49433" }, { "name": "CVE-2022-49434", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49434" }, { "name": "CVE-2022-49435", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49435" }, { "name": "CVE-2022-49437", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49437" }, { "name": "CVE-2022-49438", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49438" }, { "name": "CVE-2022-49440", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49440" }, { "name": "CVE-2022-49441", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49441" }, { "name": "CVE-2022-49442", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49442" }, { "name": "CVE-2022-49443", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49443" }, { "name": "CVE-2022-49444", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49444" }, { "name": "CVE-2022-49445", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49445" }, { "name": "CVE-2022-49447", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49447" }, { "name": "CVE-2022-49448", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49448" }, { "name": "CVE-2022-49449", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49449" }, { "name": "CVE-2022-49451", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49451" }, { "name": "CVE-2022-49453", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49453" }, { "name": "CVE-2022-49455", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49455" }, { "name": "CVE-2022-49459", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49459" }, { "name": "CVE-2022-49460", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49460" }, { "name": "CVE-2022-49462", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49462" }, { "name": "CVE-2022-49463", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49463" }, { "name": "CVE-2022-49466", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49466" }, { "name": "CVE-2022-49467", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49467" }, { "name": "CVE-2022-49468", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49468" }, { "name": "CVE-2022-49472", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49472" }, { "name": "CVE-2022-49473", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49473" }, { "name": "CVE-2022-49474", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49474" }, { "name": "CVE-2022-49475", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49475" }, { "name": "CVE-2022-49477", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49477" }, { "name": "CVE-2022-49478", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49478" }, { "name": "CVE-2022-49480", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49480" }, { "name": "CVE-2022-49481", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49481" }, { "name": "CVE-2022-49482", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49482" }, { "name": "CVE-2022-49486", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49486" }, { "name": "CVE-2022-49487", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49487" }, { "name": "CVE-2022-49488", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49488" }, { "name": "CVE-2022-49489", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49489" }, { "name": "CVE-2022-49491", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49491" }, { "name": "CVE-2022-49492", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49492" }, { "name": "CVE-2022-49493", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49493" }, { "name": "CVE-2022-49494", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49494" }, { "name": "CVE-2022-49495", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49495" }, { "name": "CVE-2022-49498", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49498" }, { "name": "CVE-2022-49501", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49501" }, { "name": "CVE-2022-49502", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49502" }, { "name": "CVE-2022-49503", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49503" }, { "name": "CVE-2022-49504", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49504" }, { "name": "CVE-2022-49505", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49505" }, { "name": "CVE-2022-49506", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49506" }, { "name": "CVE-2022-49507", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49507" }, { "name": "CVE-2022-49508", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49508" }, { "name": "CVE-2022-49509", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49509" }, { "name": "CVE-2022-49512", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49512" }, { "name": "CVE-2022-49514", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49514" }, { "name": "CVE-2022-49515", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49515" }, { "name": "CVE-2022-49517", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49517" }, { "name": "CVE-2022-49519", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49519" }, { "name": "CVE-2022-49520", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49520" }, { "name": "CVE-2022-49521", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49521" }, { "name": "CVE-2022-49522", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49522" }, { "name": "CVE-2022-49523", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49523" }, { "name": "CVE-2022-49524", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49524" }, { "name": "CVE-2022-49525", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49525" }, { "name": "CVE-2022-49526", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49526" }, { "name": "CVE-2022-49527", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49527" }, { "name": "CVE-2022-49532", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49532" }, { "name": "CVE-2022-49534", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49534" }, { "name": "CVE-2022-49535", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49535" }, { "name": "CVE-2022-49536", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49536" }, { "name": "CVE-2022-49537", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49537" }, { "name": "CVE-2022-49541", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49541" }, { "name": "CVE-2022-49542", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49542" }, { "name": "CVE-2022-49544", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49544" }, { "name": "CVE-2022-49545", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49545" }, { "name": "CVE-2022-49546", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49546" }, { "name": "CVE-2022-49549", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49549" }, { "name": "CVE-2022-49551", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49551" }, { "name": "CVE-2022-49555", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49555" }, { "name": "CVE-2022-49556", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49556" }, { "name": "CVE-2022-49559", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49559" }, { "name": "CVE-2022-49562", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49562" }, { "name": "CVE-2022-49563", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49563" }, { "name": "CVE-2022-49564", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49564" }, { "name": "CVE-2022-49566", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49566" }, { "name": "CVE-2022-49568", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49568" }, { "name": "CVE-2022-49569", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49569" }, { "name": "CVE-2022-49570", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49570" }, { "name": "CVE-2022-49579", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49579" }, { "name": "CVE-2022-49581", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49581" }, { "name": "CVE-2022-49583", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49583" }, { "name": "CVE-2022-49584", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49584" }, { "name": "CVE-2022-49591", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49591" }, { "name": "CVE-2022-49592", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49592" }, { "name": "CVE-2022-49603", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49603" }, { "name": "CVE-2022-49605", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49605" }, { "name": "CVE-2022-49606", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49606" }, { "name": "CVE-2022-49607", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49607" }, { "name": "CVE-2022-49609", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49609" }, { "name": "CVE-2022-49610", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49610" }, { "name": "CVE-2022-49611", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49611" }, { "name": "CVE-2022-49613", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49613" }, { "name": "CVE-2022-49615", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49615" }, { "name": "CVE-2022-49616", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49616" }, { "name": "CVE-2022-49617", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49617" }, { "name": "CVE-2022-49618", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49618" }, { "name": "CVE-2022-49621", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49621" }, { "name": "CVE-2022-49623", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49623" }, { "name": "CVE-2022-49625", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49625" }, { "name": "CVE-2022-49627", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49627" }, { "name": "CVE-2022-49628", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49628" }, { "name": "CVE-2022-49631", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49631" }, { "name": "CVE-2022-49634", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49634" }, { "name": "CVE-2022-49640", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49640" }, { "name": "CVE-2022-49641", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49641" }, { "name": "CVE-2022-49642", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49642" }, { "name": "CVE-2022-49643", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49643" }, { "name": "CVE-2022-49644", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49644" }, { "name": "CVE-2022-49645", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49645" }, { "name": "CVE-2022-49646", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49646" }, { "name": "CVE-2022-49647", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49647" }, { "name": "CVE-2022-49648", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49648" }, { "name": "CVE-2022-49649", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49649" }, { "name": "CVE-2022-49652", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49652" }, { "name": "CVE-2022-49653", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49653" }, { "name": "CVE-2022-49656", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49656" }, { "name": "CVE-2022-49657", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49657" }, { "name": "CVE-2022-49663", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49663" }, { "name": "CVE-2022-49665", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49665" }, { "name": "CVE-2022-49667", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49667" }, { "name": "CVE-2022-49668", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49668" }, { "name": "CVE-2022-49670", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49670" }, { "name": "CVE-2022-49671", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49671" }, { "name": "CVE-2022-49672", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49672" }, { "name": "CVE-2022-49673", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49673" }, { "name": "CVE-2022-49674", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49674" }, { "name": "CVE-2022-49675", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49675" }, { "name": "CVE-2022-49676", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49676" }, { "name": "CVE-2022-49677", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49677" }, { "name": "CVE-2022-49678", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49678" }, { "name": "CVE-2022-49679", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49679" }, { "name": "CVE-2022-49680", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49680" }, { "name": "CVE-2022-49683", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49683" }, { "name": "CVE-2022-49685", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49685" }, { "name": "CVE-2022-49687", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49687" }, { "name": "CVE-2022-49688", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49688" }, { "name": "CVE-2022-49693", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49693" }, { "name": "CVE-2022-49695", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49695" }, { "name": "CVE-2022-49699", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49699" }, { "name": "CVE-2022-49700", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49700" }, { "name": "CVE-2022-49701", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49701" }, { "name": "CVE-2022-49703", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49703" }, { "name": "CVE-2022-49704", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49704" }, { "name": "CVE-2022-49705", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49705" }, { "name": "CVE-2022-49707", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49707" }, { "name": "CVE-2022-49708", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49708" }, { "name": "CVE-2022-49710", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49710" }, { "name": "CVE-2022-49711", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49711" }, { "name": "CVE-2022-49712", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49712" }, { "name": "CVE-2022-49713", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49713" }, { "name": "CVE-2022-49714", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49714" }, { "name": "CVE-2022-49715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49715" }, { "name": "CVE-2022-49716", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49716" }, { "name": "CVE-2022-49719", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49719" }, { "name": "CVE-2022-49720", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49720" }, { "name": "CVE-2022-49721", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49721" }, { "name": "CVE-2022-49722", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49722" }, { "name": "CVE-2022-49723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49723" }, { "name": "CVE-2022-49724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49724" }, { "name": "CVE-2022-49725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49725" }, { "name": "CVE-2022-49726", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49726" }, { "name": "CVE-2022-49729", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49729" }, { "name": "CVE-2022-49730", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49730" }, { "name": "CVE-2022-49731", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49731" }, { "name": "CVE-2022-49733", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49733" }, { "name": "CVE-2024-57996", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57996" }, { "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-21780", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21780" }, { "name": "CVE-2025-21785", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21785" }, { "name": "CVE-2024-47794", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47794" }, { "name": "CVE-2024-54683", "url": "https://www.cve.org/CVERecord?id=CVE-2024-54683" }, { "name": "CVE-2024-56638", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56638" }, { "name": "CVE-2024-56719", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56719" }, { "name": "CVE-2024-56758", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56758" }, { "name": "CVE-2025-21635", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21635" }, { "name": "CVE-2025-21659", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21659" }, { "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-57993", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57993" }, { "name": "CVE-2024-57997", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57997" }, { "name": "CVE-2024-58007", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58007" }, { "name": "CVE-2024-58009", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58009" }, { "name": "CVE-2024-58011", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58011" }, { "name": "CVE-2024-58013", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58013" }, { "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-58054", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58054" }, { "name": "CVE-2024-58055", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58055" }, { "name": "CVE-2024-58056", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58056" }, { "name": "CVE-2024-58058", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58058" }, { "name": "CVE-2024-58061", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58061" }, { "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-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-58080", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58080" }, { "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-21701", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21701" }, { "name": "CVE-2025-21703", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21703" }, { "name": "CVE-2025-21704", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21704" }, { "name": "CVE-2025-21706", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21706" }, { "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-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-21734", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21734" }, { "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-21738", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21738" }, { "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-21749", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21749" }, { "name": "CVE-2025-21750", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21750" }, { "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-21775", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21775" }, { "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-21791", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21791" }, { "name": "CVE-2025-21794", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21794" }, { "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-21819", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21819" }, { "name": "CVE-2025-21820", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21820" }, { "name": "CVE-2025-21821", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21821" }, { "name": "CVE-2025-21823", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21823" }, { "name": "CVE-2025-21829", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21829" }, { "name": "CVE-2025-21830", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21830" }, { "name": "CVE-2025-21832", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21832" }, { "name": "CVE-2025-21835", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21835" }, { "name": "CVE-2021-4454", "url": "https://www.cve.org/CVERecord?id=CVE-2021-4454" }, { "name": "CVE-2022-49053", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49053" }, { "name": "CVE-2022-49056", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49056" }, { "name": "CVE-2022-49057", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49057" }, { "name": "CVE-2022-49062", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49062" }, { "name": "CVE-2022-49064", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49064" }, { "name": "CVE-2022-49070", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49070" }, { "name": "CVE-2022-49071", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49071" }, { "name": "CVE-2022-49075", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49075" }, { "name": "CVE-2022-49123", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49123" }, { "name": "CVE-2022-49125", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49125" }, { "name": "CVE-2022-49133", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49133" }, { "name": "CVE-2022-49136", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49136" }, { "name": "CVE-2022-49138", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49138" }, { "name": "CVE-2022-49139", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49139" }, { "name": "CVE-2022-49144", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49144" }, { "name": "CVE-2022-49183", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49183" }, { "name": "CVE-2022-49192", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49192" }, { "name": "CVE-2022-49202", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49202" }, { "name": "CVE-2022-49203", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49203" }, { "name": "CVE-2022-49204", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49204" }, { "name": "CVE-2022-49205", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49205" }, { "name": "CVE-2022-49207", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49207" }, { "name": "CVE-2022-49209", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49209" }, { "name": "CVE-2022-49215", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49215" }, { "name": "CVE-2022-49219", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49219" }, { "name": "CVE-2022-49225", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49225" }, { "name": "CVE-2022-49228", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49228" }, { "name": "CVE-2022-49230", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49230" }, { "name": "CVE-2022-49233", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49233" }, { "name": "CVE-2022-49237", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49237" }, { "name": "CVE-2022-49238", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49238" }, { "name": "CVE-2022-49293", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49293" }, { "name": "CVE-2022-49296", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49296" }, { "name": "CVE-2022-49306", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49306" }, { "name": "CVE-2022-49325", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49325" }, { "name": "CVE-2022-49329", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49329" }, { "name": "CVE-2022-49330", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49330" }, { "name": "CVE-2022-49333", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49333" }, { "name": "CVE-2022-49338", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49338" }, { "name": "CVE-2022-49353", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49353" }, { "name": "CVE-2022-49359", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49359" }, { "name": "CVE-2022-49362", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49362" }, { "name": "CVE-2022-49365", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49365" }, { "name": "CVE-2022-49390", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49390" }, { "name": "CVE-2022-49406", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49406" }, { "name": "CVE-2022-49419", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49419" }, { "name": "CVE-2022-49436", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49436" }, { "name": "CVE-2022-49446", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49446" }, { "name": "CVE-2022-49458", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49458" }, { "name": "CVE-2022-49465", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49465" }, { "name": "CVE-2022-49470", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49470" }, { "name": "CVE-2022-49476", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49476" }, { "name": "CVE-2022-49479", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49479" }, { "name": "CVE-2022-49483", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49483" }, { "name": "CVE-2022-49484", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49484" }, { "name": "CVE-2022-49485", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49485" }, { "name": "CVE-2022-49497", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49497" }, { "name": "CVE-2022-49499", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49499" }, { "name": "CVE-2022-49510", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49510" }, { "name": "CVE-2022-49511", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49511" }, { "name": "CVE-2022-49516", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49516" }, { "name": "CVE-2022-49518", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49518" }, { "name": "CVE-2022-49529", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49529" }, { "name": "CVE-2022-49530", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49530" }, { "name": "CVE-2022-49533", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49533" }, { "name": "CVE-2022-49538", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49538" }, { "name": "CVE-2022-49543", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49543" }, { "name": "CVE-2022-49548", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49548" }, { "name": "CVE-2022-49552", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49552" }, { "name": "CVE-2022-49560", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49560" }, { "name": "CVE-2022-49565", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49565" }, { "name": "CVE-2022-49624", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49624" }, { "name": "CVE-2022-49635", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49635" }, { "name": "CVE-2022-49638", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49638" }, { "name": "CVE-2022-49650", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49650" }, { "name": "CVE-2022-49655", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49655" }, { "name": "CVE-2022-49658", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49658" }, { "name": "CVE-2022-49686", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49686" }, { "name": "CVE-2022-49694", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49694" }, { "name": "CVE-2022-49697", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49697" }, { "name": "CVE-2022-49732", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49732" }, { "name": "CVE-2022-49739", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49739" }, { "name": "CVE-2022-49746", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49746" }, { "name": "CVE-2022-49748", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49748" }, { "name": "CVE-2022-49751", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49751" }, { "name": "CVE-2022-49753", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49753" }, { "name": "CVE-2022-49755", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49755" }, { "name": "CVE-2022-49759", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49759" }, { "name": "CVE-2023-52831", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52831" }, { "name": "CVE-2023-52927", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52927" }, { "name": "CVE-2023-52930", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52930" }, { "name": "CVE-2023-52933", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52933" }, { "name": "CVE-2023-52935", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52935" }, { "name": "CVE-2023-52939", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52939" }, { "name": "CVE-2023-52941", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52941" }, { "name": "CVE-2023-52973", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52973" }, { "name": "CVE-2023-52974", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52974" }, { "name": "CVE-2023-52975", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52975" }, { "name": "CVE-2023-52976", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52976" }, { "name": "CVE-2023-52979", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52979" }, { "name": "CVE-2023-52983", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52983" }, { "name": "CVE-2023-52984", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52984" }, { "name": "CVE-2023-52988", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52988" }, { "name": "CVE-2023-52989", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52989" }, { "name": "CVE-2023-52992", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52992" }, { "name": "CVE-2023-52993", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52993" }, { "name": "CVE-2023-53000", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53000" }, { "name": "CVE-2023-53005", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53005" }, { "name": "CVE-2023-53006", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53006" }, { "name": "CVE-2023-53007", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53007" }, { "name": "CVE-2023-53008", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53008" }, { "name": "CVE-2023-53010", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53010" }, { "name": "CVE-2023-53015", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53015" }, { "name": "CVE-2023-53016", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53016" }, { "name": "CVE-2023-53019", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53019" }, { "name": "CVE-2023-53023", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53023" }, { "name": "CVE-2023-53024", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53024" }, { "name": "CVE-2023-53025", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53025" }, { "name": "CVE-2023-53026", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53026" }, { "name": "CVE-2023-53028", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53028" }, { "name": "CVE-2023-53029", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53029" }, { "name": "CVE-2023-53030", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53030" }, { "name": "CVE-2023-53033", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53033" }, { "name": "CVE-2024-41149", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41149" }, { "name": "CVE-2024-46736", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46736" }, { "name": "CVE-2024-46796", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46796" }, { "name": "CVE-2024-52559", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52559" }, { "name": "CVE-2024-57947", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57947" }, { "name": "CVE-2024-57974", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57974" }, { "name": "CVE-2024-57990", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57990" }, { "name": "CVE-2024-57999", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57999" }, { "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-58006", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58006" }, { "name": "CVE-2024-58012", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58012" }, { "name": "CVE-2024-58019", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58019" }, { "name": "CVE-2024-58057", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58057" }, { "name": "CVE-2024-58078", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58078" }, { "name": "CVE-2024-58079", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58079" }, { "name": "CVE-2025-21693", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21693" }, { "name": "CVE-2025-21714", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21714" }, { "name": "CVE-2025-21723", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21723" }, { "name": "CVE-2025-21732", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21732" }, { "name": "CVE-2025-21739", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21739" }, { "name": "CVE-2025-21741", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21741" }, { "name": "CVE-2025-21742", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21742" }, { "name": "CVE-2025-21743", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21743" }, { "name": "CVE-2025-21756", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21756" }, { "name": "CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "name": "CVE-2025-21773", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21773" }, { "name": "CVE-2025-21784", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21784" }, { "name": "CVE-2025-21793", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21793" }, { "name": "CVE-2025-21810", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21810" }, { "name": "CVE-2025-21815", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21815" }, { "name": "CVE-2025-21825", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21825" }, { "name": "CVE-2025-21828", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21828" }, { "name": "CVE-2025-21831", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21831" }, { "name": "CVE-2025-21838", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21838" }, { "name": "CVE-2025-21839", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21839" }, { "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-21847", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21847" }, { "name": "CVE-2025-21848", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21848" }, { "name": "CVE-2025-21850", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21850" }, { "name": "CVE-2025-21855", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21855" }, { "name": "CVE-2025-21856", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21856" }, { "name": "CVE-2025-21857", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21857" }, { "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-21861", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21861" }, { "name": "CVE-2025-21862", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21862" }, { "name": "CVE-2025-21864", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21864" }, { "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-21869", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21869" }, { "name": "CVE-2025-21870", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21870" }, { "name": "CVE-2025-21871", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21871" }, { "name": "CVE-2025-21876", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21876" }, { "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-2025-21883", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21883" }, { "name": "CVE-2025-21885", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21885" }, { "name": "CVE-2025-21886", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21886" }, { "name": "CVE-2025-21888", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21888" }, { "name": "CVE-2025-21890", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21890" }, { "name": "CVE-2025-21891", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21891" }, { "name": "CVE-2025-21892", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21892" } ], "initial_release_date": "2025-04-11T00:00:00", "last_revision_date": "2025-04-11T00:00:00", "links": [], "reference": "CERTFR-2025-AVI-0307", "revisions": [ { "description": "Version initiale", "revision_date": "2025-04-11T00:00:00.000000" } ], "risks": [ { "description": "Ex\u00e9cution de code arbitraire" }, { "description": "\u00c9l\u00e9vation de privil\u00e8ges" }, { "description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es" }, { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "description": "D\u00e9ni de service" }, { "description": "Contournement de la politique de s\u00e9curit\u00e9" }, { "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de SUSE. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, 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 SUSE", "vendor_advisories": [ { "published_at": "2025-04-08", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1177-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251177-1" }, { "published_at": "2025-04-09", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1180-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251180-1" }, { "published_at": "2025-04-10", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1194-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251194-1" }, { "published_at": "2025-04-10", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1195-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251195-1" }, { "published_at": "2025-04-08", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1178-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251178-1" }, { "published_at": "2025-04-08", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1176-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251176-1" }, { "published_at": "2025-04-09", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1183-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251183-1" } ] }
CERTFR-2025-AVI-0606
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, une atteinte à l'intégrité 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 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 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 ARM 64 - Extended Update Support 10.0 aarch64 | ||
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 for Power LE - Update Services for SAP Solutions 9.6 ppc64le | ||
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 Enterprise Linux for IBM z Systems - 4 years of updates 9.0 s390x | ||
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 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 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 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 Server - AUS 8.4 x86_64 | ||
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 x86_64 - Extended Update Support Extension 8.4 x86_64 | ||
Red Hat | N/A | Red Hat Enterprise Linux Server - Extended Life Cycle Support 7 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 Enterprise Linux for ARM 64 8 aarch64 | ||
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 Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.0 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 Enterprise Linux for ARM 64 - 4 years of updates 9.0 aarch64 | ||
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 Enterprise Linux for x86_64 8 x86_64 | ||
Red Hat | N/A | Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, little endian 7 ppc64le | ||
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 CodeReady Linux Builder for Power, little endian 8 ppc64le | ||
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 Server - Extended Life Cycle Support (for IBM z Systems) 7 s390x | ||
Red Hat | N/A | Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, big endian 7 ppc64 | ||
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 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 ARM 64 - Extended Update Support 10.0 aarch64", "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 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 - 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 Enterprise Linux for IBM z Systems - 4 years of updates 9.0 s390x", "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 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 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 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 Server - AUS 8.4 x86_64", "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 x86_64 - Extended Update Support Extension 8.4 x86_64", "product": { "name": "N/A", "vendor": { "name": "Red Hat", "scada": false } } }, { "description": "Red Hat Enterprise Linux Server - Extended Life Cycle Support 7 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 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.6 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.0 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 Enterprise Linux for ARM 64 - 4 years of updates 9.0 aarch64", "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 Enterprise Linux for x86_64 8 x86_64", "product": { "name": "N/A", "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": "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 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 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 Server - Extended Life Cycle Support (for IBM z Systems) 7 s390x", "product": { "name": "N/A", "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": "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": "", "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-22036", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22036" }, { "name": "CVE-2024-57980", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57980" }, { "name": "CVE-2025-22004", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22004" }, { "name": "CVE-2025-22121", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22121" }, { "name": "CVE-2022-49058", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49058" }, { "name": "CVE-2022-49122", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49122" }, { "name": "CVE-2022-50066", "url": "https://www.cve.org/CVERecord?id=CVE-2022-50066" }, { "name": "CVE-2022-49846", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49846" }, { "name": "CVE-2025-38110", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38110" }, { "name": "CVE-2025-37738", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37738" }, { "name": "CVE-2025-22104", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22104" }, { "name": "CVE-2022-49395", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49395" }, { "name": "CVE-2024-58002", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58002" }, { "name": "CVE-2023-52933", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52933" }, { "name": "CVE-2022-49788", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49788" }, { "name": "CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "name": "CVE-2025-21991", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21991" }, { "name": "CVE-2022-49328", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49328" }, { "name": "CVE-2025-23150", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23150" } ], "initial_release_date": "2025-07-18T00:00:00", "last_revision_date": "2025-07-18T00:00:00", "links": [], "reference": "CERTFR-2025-AVI-0606", "revisions": [ { "description": "Version initiale", "revision_date": "2025-07-18T00:00:00.000000" } ], "risks": [ { "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" } ], "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, une atteinte \u00e0 l\u0027int\u00e9grit\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-07-14", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:10834", "url": "https://access.redhat.com/errata/RHSA-2025:10834" }, { "published_at": "2025-07-17", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:11375", "url": "https://access.redhat.com/errata/RHSA-2025:11375" }, { "published_at": "2025-07-14", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:10829", "url": "https://access.redhat.com/errata/RHSA-2025:10829" }, { "published_at": "2025-07-16", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:11299", "url": "https://access.redhat.com/errata/RHSA-2025:11299" }, { "published_at": "2025-07-15", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:11245", "url": "https://access.redhat.com/errata/RHSA-2025:11245" }, { "published_at": "2025-07-14", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:10830", "url": "https://access.redhat.com/errata/RHSA-2025:10830" }, { "published_at": "2025-07-14", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:10828", "url": "https://access.redhat.com/errata/RHSA-2025:10828" }, { "published_at": "2025-07-17", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:11358", "url": "https://access.redhat.com/errata/RHSA-2025:11358" }, { "published_at": "2025-07-14", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:10837", "url": "https://access.redhat.com/errata/RHSA-2025:10837" }, { "published_at": "2025-07-14", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:10854", "url": "https://access.redhat.com/errata/RHSA-2025:10854" }, { "published_at": "2025-07-16", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:11298", "url": "https://access.redhat.com/errata/RHSA-2025:11298" } ] }
CERTFR-2025-AVI-0789
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. 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).
Title | Publication Time | Tags | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "QRadar SIEM versions 7.5.x ant\u00e9rieures \u00e0 7.5.0 UP13 IF02 ", "product": { "name": "QRadar SIEM", "vendor": { "name": "IBM", "scada": false } } }, { "description": "QRadar App SDK versions ant\u00e9rieures \u00e0 2.2.4", "product": { "name": "QRadar", "vendor": { "name": "IBM", "scada": false } } }, { "description": "QRadar Investigation Assistant versions ant\u00e9rieures \u00e0 1.1.1", "product": { "name": "QRadar", "vendor": { "name": "IBM", "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-38380", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38380" }, { "name": "CVE-2024-12797", "url": "https://www.cve.org/CVERecord?id=CVE-2024-12797" }, { "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-38250", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38250" }, { "name": "CVE-2025-50182", "url": "https://www.cve.org/CVERecord?id=CVE-2025-50182" }, { "name": "CVE-2025-8194", "url": "https://www.cve.org/CVERecord?id=CVE-2025-8194" }, { "name": "CVE-2025-50181", "url": "https://www.cve.org/CVERecord?id=CVE-2025-50181" }, { "name": "CVE-2025-6032", "url": "https://www.cve.org/CVERecord?id=CVE-2025-6032" }, { "name": "CVE-2025-7783", "url": "https://www.cve.org/CVERecord?id=CVE-2025-7783" }, { "name": "CVE-2025-22058", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22058" }, { "name": "CVE-2025-6020", "url": "https://www.cve.org/CVERecord?id=CVE-2025-6020" }, { "name": "CVE-2021-47670", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47670" }, { "name": "CVE-2025-38085", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38085" }, { "name": "CVE-2024-56644", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56644" }, { "name": "CVE-2025-22097", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22097" }, { "name": "CVE-2025-26791", "url": "https://www.cve.org/CVERecord?id=CVE-2025-26791" }, { "name": "CVE-2025-37914", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37914" }, { "name": "CVE-2024-47081", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47081" }, { "name": "CVE-2025-5994", "url": "https://www.cve.org/CVERecord?id=CVE-2025-5994" }, { "name": "CVE-2024-6119", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6119" }, { "name": "CVE-2023-49083", "url": "https://www.cve.org/CVERecord?id=CVE-2023-49083" }, { "name": "CVE-2025-38200", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38200" }, { "name": "CVE-2025-5914", "url": "https://www.cve.org/CVERecord?id=CVE-2025-5914" }, { "name": "CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" } ], "initial_release_date": "2025-09-12T00:00:00", "last_revision_date": "2025-09-12T00:00:00", "links": [], "reference": "CERTFR-2025-AVI-0789", "revisions": [ { "description": "Version initiale", "revision_date": "2025-09-12T00:00:00.000000" } ], "risks": [ { "description": "D\u00e9ni de service \u00e0 distance" }, { "description": "Injection de code indirecte \u00e0 distance (XSS)" }, { "description": "Ex\u00e9cution de code arbitraire" }, { "description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)" }, { "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 les produits IBM. 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 les produits IBM", "vendor_advisories": [ { "published_at": "2025-09-12", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7244786", "url": "https://www.ibm.com/support/pages/node/7244786" }, { "published_at": "2025-09-08", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7244264", "url": "https://www.ibm.com/support/pages/node/7244264" }, { "published_at": "2025-09-10", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7244494", "url": "https://www.ibm.com/support/pages/node/7244494" } ] }
CERTFR-2025-AVI-0529
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans le noyau Linux de SUSE. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire, 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 | ||
---|---|---|---|---|
SUSE | N/A | SUSE Manager Proxy 4.2 | ||
SUSE | N/A | SUSE Linux Micro Extras 6.0 | ||
SUSE | N/A | SUSE Linux Enterprise Desktop 15 SP6 | ||
SUSE | N/A | Public Cloud Module 15-SP7 | ||
SUSE | N/A | SUSE Linux Enterprise Micro 5.3 | ||
SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP7 | ||
SUSE | N/A | Basesystem Module 15-SP6 | ||
SUSE | N/A | SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 | ||
SUSE | N/A | SUSE Linux Micro 6.1 | ||
SUSE | N/A | SUSE Linux Enterprise Micro for Rancher 5.2 | ||
SUSE | N/A | SUSE Linux Enterprise Workstation Extension 15 SP7 | ||
SUSE | N/A | SUSE Real Time Module 15-SP6 | ||
SUSE | N/A | SUSE Linux Enterprise High Performance Computing 12 SP5 | ||
SUSE | N/A | SUSE Linux Micro 6.0 | ||
SUSE | N/A | SUSE Linux Enterprise Server 12 SP5 | ||
SUSE | N/A | Legacy Module 15-SP7 | ||
SUSE | N/A | Public Cloud Module 15-SP6 | ||
SUSE | N/A | SUSE Linux Enterprise High Availability Extension 15 SP7 | ||
SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP4 | ||
SUSE | N/A | SUSE Linux Enterprise Server 12 SP5 LTSS | ||
SUSE | N/A | SUSE Linux Enterprise Desktop 15 SP7 | ||
SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP3 | ||
SUSE | N/A | openSUSE Leap 15.4 | ||
SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP4 | ||
SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP7 | ||
SUSE | N/A | openSUSE Leap 15.5 | ||
SUSE | N/A | SUSE Linux Enterprise High Performance Computing 15 SP4 | ||
SUSE | N/A | SUSE Linux Enterprise High Availability Extension 15 SP3 | ||
SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP6 | ||
SUSE | N/A | SUSE Linux Enterprise Server 15 SP3 Business Critical Linux | ||
SUSE | N/A | Legacy Module 15-SP6 | ||
SUSE | N/A | SUSE Linux Enterprise Live Patching 12-SP5 | ||
SUSE | N/A | SUSE Manager Retail Branch Server 4.2 | ||
SUSE | N/A | SUSE Linux Enterprise Server 15 SP7 | ||
SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP7 | ||
SUSE | N/A | SUSE Linux Enterprise Server 15 SP3 | ||
SUSE | N/A | SUSE Linux Enterprise Micro 5.2 | ||
SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP6 | ||
SUSE | N/A | openSUSE Leap 15.6 | ||
SUSE | N/A | SUSE Enterprise Storage 7.1 | ||
SUSE | N/A | SUSE Linux Enterprise Server 15 SP4 | ||
SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP4 | ||
SUSE | N/A | Development Tools Module 15-SP7 | ||
SUSE | N/A | SUSE Manager Server 4.2 | ||
SUSE | N/A | SUSE Linux Enterprise Workstation Extension 15 SP6 | ||
SUSE | N/A | SUSE Linux Enterprise High Performance Computing 15 SP3 | ||
SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP3 | ||
SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 12 SP5 | ||
SUSE | N/A | SUSE Linux Enterprise Server 15 SP3 LTSS | ||
SUSE | N/A | SUSE Linux Enterprise Micro 5.1 | ||
SUSE | N/A | SUSE Linux Enterprise Micro 5.4 | ||
SUSE | N/A | openSUSE Leap 15.3 | ||
SUSE | N/A | Basesystem Module 15-SP7 | ||
SUSE | N/A | SUSE Linux Enterprise High Availability Extension 15 SP6 | ||
SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP6 | ||
SUSE | N/A | Development Tools Module 15-SP6 | ||
SUSE | N/A | SUSE Linux Enterprise Server 12 SP5 LTSS Extended Security | ||
SUSE | N/A | SUSE Linux Enterprise Server 15 SP6 | ||
SUSE | N/A | SUSE Real Time Module 15-SP7 | ||
SUSE | N/A | SUSE Linux Enterprise Micro 5.5 |
Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "SUSE Manager Proxy 4.2", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Micro Extras 6.0", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Desktop 15 SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "Public Cloud Module 15-SP7", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro 5.3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Real Time 15 SP7", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "Basesystem Module 15-SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Performance Computing LTSS 15 SP3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Micro 6.1", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro for Rancher 5.2", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Workstation Extension 15 SP7", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Real Time Module 15-SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Performance Computing 12 SP5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Micro 6.0", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "Legacy Module 15-SP7", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "Public Cloud Module 15-SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Availability Extension 15 SP7", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Live Patching 15-SP4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 12 SP5 LTSS", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Desktop 15 SP7", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Live Patching 15-SP3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "openSUSE Leap 15.4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server for SAP Applications 15 SP7", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "openSUSE Leap 15.5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Performance Computing 15 SP4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Availability Extension 15 SP3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Live Patching 15-SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 15 SP3 Business Critical Linux", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "Legacy Module 15-SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Live Patching 12-SP5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Manager Retail Branch Server 4.2", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 15 SP7", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Live Patching 15-SP7", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 15 SP3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro 5.2", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Real Time 15 SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "openSUSE Leap 15.6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Enterprise Storage 7.1", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 15 SP4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Real Time 15 SP4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "Development Tools Module 15-SP7", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Manager Server 4.2", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Workstation Extension 15 SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Performance Computing 15 SP3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 15 SP3 LTSS", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro 5.1", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro 5.4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "openSUSE Leap 15.3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "Basesystem Module 15-SP7", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Availability Extension 15 SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server for SAP Applications 15 SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "Development Tools Module 15-SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 12 SP5 LTSS Extended Security", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 15 SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Real Time Module 15-SP7", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro 5.5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "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-2021-32399", "url": "https://www.cve.org/CVERecord?id=CVE-2021-32399" }, { "name": "CVE-2021-3743", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3743" }, { "name": "CVE-2021-20320", "url": "https://www.cve.org/CVERecord?id=CVE-2021-20320" }, { "name": "CVE-2022-3640", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3640" }, { "name": "CVE-2022-3619", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3619" }, { "name": "CVE-2022-3564", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3564" }, { "name": "CVE-2021-4159", "url": "https://www.cve.org/CVERecord?id=CVE-2021-4159" }, { "name": "CVE-2023-1074", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1074" }, { "name": "CVE-2023-28866", "url": "https://www.cve.org/CVERecord?id=CVE-2023-28866" }, { "name": "CVE-2023-1989", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1989" }, { "name": "CVE-2023-1990", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1990" }, { "name": "CVE-2023-6531", "url": "https://www.cve.org/CVERecord?id=CVE-2023-6531" }, { "name": "CVE-2023-0160", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0160" }, { "name": "CVE-2023-47233", "url": "https://www.cve.org/CVERecord?id=CVE-2023-47233" }, { "name": "CVE-2023-52591", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52591" }, { "name": "CVE-2021-47100", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47100" }, { "name": "CVE-2023-52508", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52508" }, { "name": "CVE-2024-26804", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26804" }, { "name": "CVE-2021-47170", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47170" }, { "name": "CVE-2024-27018", "url": "https://www.cve.org/CVERecord?id=CVE-2024-27018" }, { "name": "CVE-2022-48704", "url": "https://www.cve.org/CVERecord?id=CVE-2022-48704" }, { "name": "CVE-2021-47220", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47220" }, { "name": "CVE-2021-47229", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47229" }, { "name": "CVE-2021-47231", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47231" }, { "name": "CVE-2021-47236", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47236" }, { "name": "CVE-2021-47239", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47239" }, { "name": "CVE-2021-47240", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47240" }, { "name": "CVE-2021-47246", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47246" }, { "name": "CVE-2021-47252", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47252" }, { "name": "CVE-2021-47255", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47255" }, { "name": "CVE-2021-47260", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47260" }, { "name": "CVE-2021-47288", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47288" }, { "name": "CVE-2021-47296", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47296" }, { "name": "CVE-2021-47314", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47314" }, { "name": "CVE-2021-47315", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47315" }, { "name": "CVE-2021-47485", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47485" }, { "name": "CVE-2021-47500", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47500" }, { "name": "CVE-2021-47511", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47511" }, { "name": "CVE-2023-52654", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52654" }, { "name": "CVE-2023-52868", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52868" }, { "name": "CVE-2024-35811", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35811" }, { "name": "CVE-2024-35895", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35895" }, { "name": "CVE-2024-35914", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35914" }, { "name": "CVE-2024-26740", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26740" }, { "name": "CVE-2024-35910", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35910" }, { "name": "CVE-2024-27415", "url": "https://www.cve.org/CVERecord?id=CVE-2024-27415" }, { "name": "CVE-2024-27010", "url": "https://www.cve.org/CVERecord?id=CVE-2024-27010" }, { "name": "CVE-2024-41005", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41005" }, { "name": "CVE-2024-38606", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38606" }, { "name": "CVE-2022-48875", "url": "https://www.cve.org/CVERecord?id=CVE-2022-48875" }, { "name": "CVE-2024-45021", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45021" }, { "name": "CVE-2024-46713", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46713" }, { "name": "CVE-2024-46752", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46752" }, { "name": "CVE-2024-46763", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46763" }, { "name": "CVE-2024-46782", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46782" }, { "name": "CVE-2024-46814", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46814" }, { "name": "CVE-2024-46865", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46865" }, { "name": "CVE-2024-46751", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46751" }, { "name": "CVE-2023-52888", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52888" }, { "name": "CVE-2024-43869", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43869" }, { "name": "CVE-2024-50126", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50126" }, { "name": "CVE-2024-50290", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50290" }, { "name": "CVE-2024-53057", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53057" }, { "name": "CVE-2024-53063", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53063" }, { "name": "CVE-2024-43820", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43820" }, { "name": "CVE-2024-49924", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49924" }, { "name": "CVE-2024-50038", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50038" }, { "name": "CVE-2024-50083", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50083" }, { "name": "CVE-2024-50162", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50162" }, { "name": "CVE-2024-50163", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50163" }, { "name": "CVE-2024-53135", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53135" }, { "name": "CVE-2024-53140", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53140" }, { "name": "CVE-2024-50106", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50106" }, { "name": "CVE-2024-53168", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53168" }, { "name": "CVE-2024-56558", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56558" }, { "name": "CVE-2024-56641", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56641" }, { "name": "CVE-2024-56705", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56705" }, { "name": "CVE-2024-56779", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56779" }, { "name": "CVE-2024-49994", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49994" }, { "name": "CVE-2024-53124", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53124" }, { "name": "CVE-2024-56703", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56703" }, { "name": "CVE-2025-21648", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21648" }, { "name": "CVE-2025-21680", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21680" }, { "name": "CVE-2025-21683", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21683" }, { "name": "CVE-2024-56633", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56633" }, { "name": "CVE-2024-50056", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50056" }, { "name": "CVE-2024-50140", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50140" }, { "name": "CVE-2024-50223", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50223" }, { "name": "CVE-2024-53139", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53139" }, { "name": "CVE-2024-53163", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53163" }, { "name": "CVE-2024-56702", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56702" }, { "name": "CVE-2024-56751", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56751" }, { "name": "CVE-2024-47408", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47408" }, { "name": "CVE-2024-49571", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49571" }, { "name": "CVE-2024-53680", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53680" }, { "name": "CVE-2024-56640", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56640" }, { "name": "CVE-2024-56718", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56718" }, { "name": "CVE-2024-56770", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56770" }, { "name": "CVE-2024-57900", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57900" }, { "name": "CVE-2025-21629", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21629" }, { "name": "CVE-2022-49080", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49080" }, { "name": "CVE-2025-21753", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21753" }, { "name": "CVE-2022-49145", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49145" }, { "name": "CVE-2022-49212", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49212" }, { "name": "CVE-2022-49216", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49216" }, { "name": "CVE-2022-49235", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49235" }, { "name": "CVE-2022-49248", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49248" }, { "name": "CVE-2022-49253", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49253" }, { "name": "CVE-2022-49320", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49320" }, { "name": "CVE-2022-49326", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49326" }, { "name": "CVE-2022-49371", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49371" }, { "name": "CVE-2022-49382", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49382" }, { "name": "CVE-2022-49396", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49396" }, { "name": "CVE-2022-49441", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49441" }, { "name": "CVE-2022-49445", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49445" }, { "name": "CVE-2022-49460", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49460" }, { "name": "CVE-2022-49467", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49467" }, { "name": "CVE-2022-49474", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49474" }, { "name": "CVE-2022-49491", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49491" }, { "name": "CVE-2022-49503", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49503" }, { "name": "CVE-2022-49563", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49563" }, { "name": "CVE-2022-49564", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49564" }, { "name": "CVE-2022-49592", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49592" }, { "name": "CVE-2022-49625", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49625" }, { "name": "CVE-2022-49652", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49652" }, { "name": "CVE-2022-49715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49715" }, { "name": "CVE-2022-49729", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49729" }, { "name": "CVE-2024-57996", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57996" }, { "name": "CVE-2025-21772", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21772" }, { "name": "CVE-2024-47794", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47794" }, { "name": "CVE-2024-49568", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49568" }, { "name": "CVE-2024-54683", "url": "https://www.cve.org/CVERecord?id=CVE-2024-54683" }, { "name": "CVE-2024-56638", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56638" }, { "name": "CVE-2024-56719", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56719" }, { "name": "CVE-2024-56758", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56758" }, { "name": "CVE-2024-57924", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57924" }, { "name": "CVE-2025-21635", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21635" }, { "name": "CVE-2025-21659", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21659" }, { "name": "CVE-2024-54458", "url": "https://www.cve.org/CVERecord?id=CVE-2024-54458" }, { "name": "CVE-2024-57998", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57998" }, { "name": "CVE-2024-58001", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58001" }, { "name": "CVE-2024-58013", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58013" }, { "name": "CVE-2024-58020", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58020" }, { "name": "CVE-2024-58068", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58068" }, { "name": "CVE-2024-58071", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58071" }, { "name": "CVE-2024-58083", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58083" }, { "name": "CVE-2025-21701", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21701" }, { "name": "CVE-2025-21703", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21703" }, { "name": "CVE-2025-21704", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21704" }, { "name": "CVE-2025-21706", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21706" }, { "name": "CVE-2025-21707", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21707" }, { "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-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-21792", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21792" }, { "name": "CVE-2025-21796", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21796" }, { "name": "CVE-2025-21806", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21806" }, { "name": "CVE-2025-21812", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21812" }, { "name": "CVE-2025-21814", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21814" }, { "name": "CVE-2025-21821", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21821" }, { "name": "CVE-2025-21832", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21832" }, { "name": "CVE-2022-49139", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49139" }, { "name": "CVE-2022-49635", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49635" }, { "name": "CVE-2022-49751", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49751" }, { "name": "CVE-2023-52927", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52927" }, { "name": "CVE-2023-52975", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52975" }, { "name": "CVE-2023-52988", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52988" }, { "name": "CVE-2023-52989", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52989" }, { "name": "CVE-2023-52993", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52993" }, { "name": "CVE-2024-57947", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57947" }, { "name": "CVE-2024-57974", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57974" }, { "name": "CVE-2024-58019", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58019" }, { "name": "CVE-2025-21693", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21693" }, { "name": "CVE-2025-21739", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21739" }, { "name": "CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "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-21847", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21847" }, { "name": "CVE-2025-21848", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21848" }, { "name": "CVE-2025-21850", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21850" }, { "name": "CVE-2025-21855", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21855" }, { "name": "CVE-2025-21856", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21856" }, { "name": "CVE-2025-21857", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21857" }, { "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-21861", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21861" }, { "name": "CVE-2025-21862", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21862" }, { "name": "CVE-2025-21864", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21864" }, { "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-21869", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21869" }, { "name": "CVE-2025-21870", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21870" }, { "name": "CVE-2025-21871", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21871" }, { "name": "CVE-2025-21876", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21876" }, { "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-2025-21883", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21883" }, { "name": "CVE-2025-21885", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21885" }, { "name": "CVE-2025-21886", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21886" }, { "name": "CVE-2025-21888", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21888" }, { "name": "CVE-2025-21890", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21890" }, { "name": "CVE-2025-21891", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21891" }, { "name": "CVE-2025-21892", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21892" }, { "name": "CVE-2025-21702", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21702" }, { "name": "CVE-2025-21867", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21867" }, { "name": "CVE-2025-21875", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21875" }, { "name": "CVE-2025-21881", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21881" }, { "name": "CVE-2025-21887", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21887" }, { "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-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-21938", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21938" }, { "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-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-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-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-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-21696", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21696" }, { "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-21853", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21853" }, { "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-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-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-22075", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22075" }, { "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-38152", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38152" }, { "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-2024-28956", "url": "https://www.cve.org/CVERecord?id=CVE-2024-28956" }, { "name": "CVE-2025-21953", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21953" }, { "name": "CVE-2021-47670", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47670" }, { "name": "CVE-2022-49110", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49110" }, { "name": "CVE-2022-49728", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49728" }, { "name": "CVE-2022-49767", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49767" }, { "name": "CVE-2023-53051", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53051" }, { "name": "CVE-2024-35840", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35840" }, { "name": "CVE-2024-58018", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58018" }, { "name": "CVE-2024-58070", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58070" }, { "name": "CVE-2024-58088", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58088" }, { "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-21729", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21729" }, { "name": "CVE-2025-21755", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21755" }, { "name": "CVE-2025-21768", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21768" }, { "name": "CVE-2025-21808", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21808" }, { "name": "CVE-2025-21833", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21833" }, { "name": "CVE-2025-21836", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21836" }, { "name": "CVE-2025-21852", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21852" }, { "name": "CVE-2025-21854", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21854" }, { "name": "CVE-2025-21863", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21863" }, { "name": "CVE-2025-21873", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21873" }, { "name": "CVE-2025-21884", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21884" }, { "name": "CVE-2025-21889", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21889" }, { "name": "CVE-2025-21894", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21894" }, { "name": "CVE-2025-21895", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21895" }, { "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-21931", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21931" }, { "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-21985", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21985" }, { "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-22029", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22029" }, { "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-2022-49190", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49190" }, { "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-37738", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37738" }, { "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-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-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-37782", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37782" }, { "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-37810", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37810" }, { "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-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-37858", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37858" }, { "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-37871", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37871" }, { "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-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-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-37897", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37897" }, { "name": "CVE-2025-37901", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37901" }, { "name": "CVE-2025-37903", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37903" }, { "name": "CVE-2025-37905", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37905" }, { "name": "CVE-2025-37911", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37911" }, { "name": "CVE-2025-37912", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37912" }, { "name": "CVE-2025-37913", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37913" }, { "name": "CVE-2025-37914", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37914" }, { "name": "CVE-2025-37915", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37915" }, { "name": "CVE-2025-37917", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37917" }, { "name": "CVE-2025-37928", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37928" }, { "name": "CVE-2025-37929", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37929" }, { "name": "CVE-2025-37930", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37930" }, { "name": "CVE-2025-37932", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37932" }, { "name": "CVE-2025-37936", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37936" }, { "name": "CVE-2025-37948", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37948" }, { "name": "CVE-2025-37949", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37949" }, { "name": "CVE-2025-37951", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37951" }, { "name": "CVE-2025-37953", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37953" }, { "name": "CVE-2025-37959", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37959" }, { "name": "CVE-2025-37963", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37963" }, { "name": "CVE-2025-37967", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37967" }, { "name": "CVE-2025-37969", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37969" }, { "name": "CVE-2025-37970", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37970" }, { "name": "CVE-2025-37972", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37972" }, { "name": "CVE-2025-37990", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37990" }, { "name": "CVE-2022-49769", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49769" }, { "name": "CVE-2022-49770", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49770" }, { "name": "CVE-2022-49771", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49771" }, { "name": "CVE-2022-49772", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49772" }, { "name": "CVE-2022-49775", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49775" }, { "name": "CVE-2022-49776", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49776" }, { "name": "CVE-2022-49777", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49777" }, { "name": "CVE-2022-49779", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49779" }, { "name": "CVE-2022-49783", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49783" }, { "name": "CVE-2022-49787", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49787" }, { "name": "CVE-2022-49788", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49788" }, { "name": "CVE-2022-49789", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49789" }, { "name": "CVE-2022-49790", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49790" }, { "name": "CVE-2022-49792", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49792" }, { "name": "CVE-2022-49793", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49793" }, { "name": "CVE-2022-49794", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49794" }, { "name": "CVE-2022-49796", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49796" }, { "name": "CVE-2022-49797", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49797" }, { "name": "CVE-2022-49799", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49799" }, { "name": "CVE-2022-49800", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49800" }, { "name": "CVE-2022-49801", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49801" }, { "name": "CVE-2022-49802", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49802" }, { "name": "CVE-2022-49807", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49807" }, { "name": "CVE-2022-49809", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49809" }, { "name": "CVE-2022-49810", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49810" }, { "name": "CVE-2022-49812", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49812" }, { "name": "CVE-2022-49813", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49813" }, { "name": "CVE-2022-49818", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49818" }, { "name": "CVE-2022-49821", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49821" }, { "name": "CVE-2022-49822", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49822" }, { "name": "CVE-2022-49823", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49823" }, { "name": "CVE-2022-49824", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49824" }, { "name": "CVE-2022-49825", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49825" }, { "name": "CVE-2022-49826", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49826" }, { "name": "CVE-2022-49827", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49827" }, { "name": "CVE-2022-49830", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49830" }, { "name": "CVE-2022-49832", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49832" }, { "name": "CVE-2022-49834", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49834" }, { "name": "CVE-2022-49835", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49835" }, { "name": "CVE-2022-49836", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49836" }, { "name": "CVE-2022-49839", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49839" }, { "name": "CVE-2022-49841", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49841" }, { "name": "CVE-2022-49842", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49842" }, { "name": "CVE-2022-49845", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49845" }, { "name": "CVE-2022-49846", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49846" }, { "name": "CVE-2022-49850", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49850" }, { "name": "CVE-2022-49853", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49853" }, { "name": "CVE-2022-49858", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49858" }, { "name": "CVE-2022-49860", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49860" }, { "name": "CVE-2022-49861", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49861" }, { "name": "CVE-2022-49863", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49863" }, { "name": "CVE-2022-49864", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49864" }, { "name": "CVE-2022-49865", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49865" }, { "name": "CVE-2022-49868", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49868" }, { "name": "CVE-2022-49869", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49869" }, { "name": "CVE-2022-49870", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49870" }, { "name": "CVE-2022-49871", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49871" }, { "name": "CVE-2022-49874", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49874" }, { "name": "CVE-2022-49879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49879" }, { "name": "CVE-2022-49880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49880" }, { "name": "CVE-2022-49881", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49881" }, { "name": "CVE-2022-49885", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49885" }, { "name": "CVE-2022-49887", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49887" }, { "name": "CVE-2022-49888", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49888" }, { "name": "CVE-2022-49889", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49889" }, { "name": "CVE-2022-49890", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49890" }, { "name": "CVE-2022-49891", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49891" }, { "name": "CVE-2022-49892", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49892" }, { "name": "CVE-2022-49900", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49900" }, { "name": "CVE-2022-49905", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49905" }, { "name": "CVE-2022-49906", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49906" }, { "name": "CVE-2022-49908", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49908" }, { "name": "CVE-2022-49909", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49909" }, { "name": "CVE-2022-49910", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49910" }, { "name": "CVE-2022-49915", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49915" }, { "name": "CVE-2022-49916", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49916" }, { "name": "CVE-2022-49922", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49922" }, { "name": "CVE-2022-49923", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49923" }, { "name": "CVE-2022-49924", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49924" }, { "name": "CVE-2022-49925", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49925" }, { "name": "CVE-2022-49927", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49927" }, { "name": "CVE-2022-49928", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49928" }, { "name": "CVE-2022-49931", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49931" }, { "name": "CVE-2023-53035", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53035" }, { "name": "CVE-2023-53038", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53038" }, { "name": "CVE-2023-53039", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53039" }, { "name": "CVE-2023-53040", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53040" }, { "name": "CVE-2023-53041", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53041" }, { "name": "CVE-2023-53044", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53044" }, { "name": "CVE-2023-53045", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53045" }, { "name": "CVE-2023-53049", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53049" }, { "name": "CVE-2023-53052", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53052" }, { "name": "CVE-2023-53054", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53054" }, { "name": "CVE-2023-53056", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53056" }, { "name": "CVE-2023-53058", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53058" }, { "name": "CVE-2023-53059", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53059" }, { "name": "CVE-2023-53060", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53060" }, { "name": "CVE-2023-53062", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53062" }, { "name": "CVE-2023-53064", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53064" }, { "name": "CVE-2023-53065", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53065" }, { "name": "CVE-2023-53066", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53066" }, { "name": "CVE-2023-53068", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53068" }, { "name": "CVE-2023-53075", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53075" }, { "name": "CVE-2023-53077", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53077" }, { "name": "CVE-2023-53078", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53078" }, { "name": "CVE-2023-53079", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53079" }, { "name": "CVE-2023-53081", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53081" }, { "name": "CVE-2023-53084", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53084" }, { "name": "CVE-2023-53087", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53087" }, { "name": "CVE-2023-53089", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53089" }, { "name": "CVE-2023-53090", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53090" }, { "name": "CVE-2023-53091", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53091" }, { "name": "CVE-2023-53092", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53092" }, { "name": "CVE-2023-53093", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53093" }, { "name": "CVE-2023-53096", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53096" }, { "name": "CVE-2023-53098", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53098" }, { "name": "CVE-2023-53099", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53099" }, { "name": "CVE-2023-53100", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53100" }, { "name": "CVE-2023-53101", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53101" }, { "name": "CVE-2023-53106", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53106" }, { "name": "CVE-2023-53108", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53108" }, { "name": "CVE-2023-53111", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53111" }, { "name": "CVE-2023-53114", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53114" }, { "name": "CVE-2023-53116", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53116" }, { "name": "CVE-2023-53118", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53118" }, { "name": "CVE-2023-53119", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53119" }, { "name": "CVE-2023-53123", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53123" }, { "name": "CVE-2023-53124", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53124" }, { "name": "CVE-2023-53125", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53125" }, { "name": "CVE-2023-53131", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53131" }, { "name": "CVE-2023-53134", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53134" }, { "name": "CVE-2023-53137", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53137" }, { "name": "CVE-2023-53139", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53139" }, { "name": "CVE-2023-53140", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53140" }, { "name": "CVE-2023-53142", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53142" }, { "name": "CVE-2023-53143", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53143" }, { "name": "CVE-2023-53145", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53145" }, { "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-37804", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37804" }, { "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-37957", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37957" }, { "name": "CVE-2025-37958", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37958" }, { "name": "CVE-2025-37960", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37960" }, { "name": "CVE-2025-37974", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37974" }, { "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-2020-36790", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36790" }, { "name": "CVE-2020-36791", "url": "https://www.cve.org/CVERecord?id=CVE-2020-36791" }, { "name": "CVE-2022-49168", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49168" }, { "name": "CVE-2022-49420", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49420" }, { "name": "CVE-2022-49761", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49761" }, { "name": "CVE-2022-49762", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49762" }, { "name": "CVE-2022-49763", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49763" }, { "name": "CVE-2022-49773", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49773" }, { "name": "CVE-2022-49781", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49781" }, { "name": "CVE-2022-49784", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49784" }, { "name": "CVE-2022-49786", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49786" }, { "name": "CVE-2022-49795", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49795" }, { "name": "CVE-2022-49829", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49829" }, { "name": "CVE-2022-49837", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49837" }, { "name": "CVE-2022-49840", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49840" }, { "name": "CVE-2022-49862", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49862" }, { "name": "CVE-2022-49872", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49872" }, { "name": "CVE-2022-49877", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49877" }, { "name": "CVE-2022-49886", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49886" }, { "name": "CVE-2022-49898", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49898" }, { "name": "CVE-2022-49901", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49901" }, { "name": "CVE-2022-49902", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49902" }, { "name": "CVE-2022-49907", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49907" }, { "name": "CVE-2022-49913", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49913" }, { "name": "CVE-2022-49914", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49914" }, { "name": "CVE-2022-49917", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49917" }, { "name": "CVE-2022-49918", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49918" }, { "name": "CVE-2022-49921", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49921" }, { "name": "CVE-2022-49929", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49929" }, { "name": "CVE-2023-53036", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53036" }, { "name": "CVE-2023-53042", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53042" }, { "name": "CVE-2023-53057", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53057" }, { "name": "CVE-2023-53070", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53070" }, { "name": "CVE-2023-53071", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53071" }, { "name": "CVE-2023-53073", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53073" }, { "name": "CVE-2023-53074", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53074" }, { "name": "CVE-2023-53080", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53080" }, { "name": "CVE-2023-53082", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53082" }, { "name": "CVE-2023-53094", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53094" }, { "name": "CVE-2023-53095", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53095" }, { "name": "CVE-2023-53102", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53102" }, { "name": "CVE-2023-53103", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53103" }, { "name": "CVE-2023-53105", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53105" }, { "name": "CVE-2023-53109", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53109" }, { "name": "CVE-2023-53112", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53112" }, { "name": "CVE-2023-53121", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53121" }, { "name": "CVE-2023-53128", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53128" }, { "name": "CVE-2023-53141", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53141" }, { "name": "CVE-2023-53146", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53146" }, { "name": "CVE-2024-49570", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49570" }, { "name": "CVE-2024-58074", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58074" }, { "name": "CVE-2024-58091", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58091" }, { "name": "CVE-2024-58098", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58098" }, { "name": "CVE-2024-58099", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58099" }, { "name": "CVE-2024-58100", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58100" }, { "name": "CVE-2024-58237", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58237" }, { "name": "CVE-2025-21717", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21717" }, { "name": "CVE-2025-21800", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21800" }, { "name": "CVE-2025-21837", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21837" }, { "name": "CVE-2025-21868", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21868" }, { "name": "CVE-2025-21882", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21882" }, { "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-37891", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37891" }, { "name": "CVE-2025-37900", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37900" }, { "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-37931", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37931" }, { "name": "CVE-2025-37933", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37933" }, { "name": "CVE-2025-37944", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37944" }, { "name": "CVE-2025-37954", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37954" }, { "name": "CVE-2025-37968", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37968" }, { "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-37998", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37998" }, { "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-2025-40364", "url": "https://www.cve.org/CVERecord?id=CVE-2025-40364" } ], "initial_release_date": "2025-06-20T00:00:00", "last_revision_date": "2025-06-20T00:00:00", "links": [], "reference": "CERTFR-2025-AVI-0529", "revisions": [ { "description": "Version initiale", "revision_date": "2025-06-20T00:00:00.000000" } ], "risks": [ { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "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" }, { "description": "\u00c9l\u00e9vation de privil\u00e8ges" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de SUSE. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, 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 SUSE", "vendor_advisories": [ { "published_at": "2025-06-13", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01951-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501951-1" }, { "published_at": "2025-06-18", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01995-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501995-1" }, { "published_at": "2025-06-16", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01964-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501964-1" }, { "published_at": "2025-06-13", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01948-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501948-1" }, { "published_at": "2025-06-13", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01958-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501958-1" }, { "published_at": "2025-06-17", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01982-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501982-1" }, { "published_at": "2025-06-13", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01944-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501944-1" }, { "published_at": "2025-06-17", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01972-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501972-1" }, { "published_at": "2025-06-13", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01950-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501950-1" }, { "published_at": "2025-06-16", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:20413-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520413-1" }, { "published_at": "2025-06-18", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:02000-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502000-1" }, { "published_at": "2025-06-15", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:20419-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520419-1" }, { "published_at": "2025-06-17", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01983-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501983-1" }, { "published_at": "2025-06-16", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:20421-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520421-1" }, { "published_at": "2025-06-16", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01965-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501965-1" }, { "published_at": "2025-06-13", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01949-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501949-1" }, { "published_at": "2025-06-15", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:20408-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520408-1" }, { "published_at": "2025-06-13", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01957-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501957-1" }, { "published_at": "2025-06-16", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01967-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501967-1" }, { "published_at": "2025-06-16", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01966-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501966-1" }, { "published_at": "2025-06-13", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01956-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501956-1" } ] }
CERTFR-2025-AVI-0760
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une élévation de privilèges et un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
Vendor | Product | Description | ||
---|---|---|---|---|
IBM | QRadar SIEM | User Entity Behavior Analytics pour IBM QRadar SIEM versions antérieures à 5.0.1 | ||
IBM | WebSphere | IBM Common Licensing pour Websphere Liberty Agent versions 9.0.x antérieures à 9.0.0.2 | ||
IBM | Db2 | Db2 on Cloud Pak for Data versions antérieures à v5.2.1 | ||
IBM | WebSphere | IBM Enterprise Application Runtimes pour WebSphere Application Server version 1.0 sans les correctif de sécurité APAR PH67137 et APAR PH67132 | ||
IBM | WebSphere | Engineering Test Management versions 7.0.2 et 7.0.3 pour WebSphere Application Server 8.5 et 9.0 sans le dernier correctif de sécurité | ||
IBM | WebSphere | Engineering Lifecycle Management 7.0.2 et 7.0.3 pour WebSphere Application Server Liberty versions 17.0.0.3 à 25.0.0.8 sans le dernier correctif de sécurité | ||
IBM | WebSphere | IBM Common Licensing pour Websphere Liberty ART versions 9.0.x antérieures à 9.0.0.2 | ||
IBM | WebSphere | Engineering Lifecycle Management 7.1 pour WebSphere Application Server Liberty versions 17.0.0.3 à 25.0.0.8 sans le dernier correctif de sécurité | ||
IBM | WebSphere | Cloud Pak for Applications versions 5.1 à 5.3 pour WebSphere Application Server Liberty sans les correctifs de sécurité APAR PH67132 et APAR PH67137 | ||
IBM | WebSphere | Engineering Test Management versions 7.1 pour WebSphere Application Server 8.5 et 9.0 sans le dernier correctif de sécurité | ||
IBM | WebSphere | WebSphere Application Server and WebSphere Application Server Liberty, avec les fonctionnalités jsonp sans le dernier correctif de sécurité | ||
IBM | WebSphere | WebSphere Hybrid Edition version 5.1 sans les correctifs de sécurité APAR PH67137, APAR PH67132, | ||
IBM | Db2 | Db2 Warehouse on Cloud Pak for Data versions antérieures à v5.2.1 |
Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "User Entity Behavior Analytics pour IBM QRadar SIEM versions ant\u00e9rieures \u00e0 5.0.1", "product": { "name": "QRadar SIEM", "vendor": { "name": "IBM", "scada": false } } }, { "description": "IBM Common Licensing pour Websphere Liberty Agent versions 9.0.x ant\u00e9rieures \u00e0 9.0.0.2", "product": { "name": "WebSphere", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Db2 on Cloud Pak for Data versions ant\u00e9rieures \u00e0 v5.2.1", "product": { "name": "Db2", "vendor": { "name": "IBM", "scada": false } } }, { "description": "IBM Enterprise Application Runtimes pour WebSphere Application Server version 1.0 sans les correctif de s\u00e9curit\u00e9 APAR PH67137 et APAR PH67132", "product": { "name": "WebSphere", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Engineering Test Management versions 7.0.2 et 7.0.3 pour WebSphere Application Server 8.5 et 9.0 sans le dernier correctif de s\u00e9curit\u00e9", "product": { "name": "WebSphere", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Engineering Lifecycle Management 7.0.2 et 7.0.3 pour WebSphere Application Server Liberty versions 17.0.0.3 \u00e0 25.0.0.8 sans le dernier correctif de s\u00e9curit\u00e9", "product": { "name": "WebSphere", "vendor": { "name": "IBM", "scada": false } } }, { "description": "IBM Common Licensing pour Websphere Liberty ART versions 9.0.x ant\u00e9rieures \u00e0 9.0.0.2", "product": { "name": "WebSphere", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Engineering Lifecycle Management 7.1 pour WebSphere Application Server Liberty versions 17.0.0.3 \u00e0 25.0.0.8 sans le dernier correctif de s\u00e9curit\u00e9", "product": { "name": "WebSphere", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Cloud Pak for Applications versions 5.1 \u00e0 5.3 pour WebSphere Application Server Liberty sans les correctifs de s\u00e9curit\u00e9 APAR PH67132 et APAR PH67137", "product": { "name": "WebSphere", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Engineering Test Management versions 7.1 pour WebSphere Application Server 8.5 et 9.0 sans le dernier correctif de s\u00e9curit\u00e9", "product": { "name": "WebSphere", "vendor": { "name": "IBM", "scada": false } } }, { "description": "WebSphere Application Server and WebSphere Application Server Liberty, avec les fonctionnalit\u00e9s jsonp sans le dernier correctif de s\u00e9curit\u00e9", "product": { "name": "WebSphere", "vendor": { "name": "IBM", "scada": false } } }, { "description": "WebSphere Hybrid Edition version 5.1 sans les correctifs de s\u00e9curit\u00e9 APAR PH67137, APAR PH67132,", "product": { "name": "WebSphere", "vendor": { "name": "IBM", "scada": false } } }, { "description": "Db2 Warehouse on Cloud Pak for Data versions ant\u00e9rieures \u00e0 v5.2.1", "product": { "name": "Db2", "vendor": { "name": "IBM", "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-31129", "url": "https://www.cve.org/CVERecord?id=CVE-2022-31129" }, { "name": "CVE-2025-53547", "url": "https://www.cve.org/CVERecord?id=CVE-2025-53547" }, { "name": "CVE-2023-43642", "url": "https://www.cve.org/CVERecord?id=CVE-2023-43642" }, { "name": "CVE-2025-0755", "url": "https://www.cve.org/CVERecord?id=CVE-2025-0755" }, { "name": "CVE-2025-25724", "url": "https://www.cve.org/CVERecord?id=CVE-2025-25724" }, { "name": "CVE-2023-1370", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1370" }, { "name": "CVE-2025-27516", "url": "https://www.cve.org/CVERecord?id=CVE-2025-27516" }, { "name": "CVE-2024-55565", "url": "https://www.cve.org/CVERecord?id=CVE-2024-55565" }, { "name": "CVE-2024-51473", "url": "https://www.cve.org/CVERecord?id=CVE-2024-51473" }, { "name": "CVE-2015-5237", "url": "https://www.cve.org/CVERecord?id=CVE-2015-5237" }, { "name": "CVE-2025-3445", "url": "https://www.cve.org/CVERecord?id=CVE-2025-3445" }, { "name": "CVE-2025-32386", "url": "https://www.cve.org/CVERecord?id=CVE-2025-32386" }, { "name": "CVE-2025-46762", "url": "https://www.cve.org/CVERecord?id=CVE-2025-46762" }, { "name": "CVE-2025-32421", "url": "https://www.cve.org/CVERecord?id=CVE-2025-32421" }, { "name": "CVE-2016-4055", "url": "https://www.cve.org/CVERecord?id=CVE-2016-4055" }, { "name": "CVE-2024-43799", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43799" }, { "name": "CVE-2024-49766", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49766" }, { "name": "CVE-2024-45492", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45492" }, { "name": "CVE-2025-4330", "url": "https://www.cve.org/CVERecord?id=CVE-2025-4330" }, { "name": "CVE-2024-56326", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56326" }, { "name": "CVE-2025-22004", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22004" }, { "name": "CVE-2025-4138", "url": "https://www.cve.org/CVERecord?id=CVE-2025-4138" }, { "name": "CVE-2025-30472", "url": "https://www.cve.org/CVERecord?id=CVE-2025-30472" }, { "name": "CVE-2025-24528", "url": "https://www.cve.org/CVERecord?id=CVE-2025-24528" }, { "name": "CVE-2024-45813", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45813" }, { "name": "CVE-2022-36364", "url": "https://www.cve.org/CVERecord?id=CVE-2022-36364" }, { "name": "CVE-2023-5868", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5868" }, { "name": "CVE-2025-48050", "url": "https://www.cve.org/CVERecord?id=CVE-2025-48050" }, { "name": "CVE-2025-24970", "url": "https://www.cve.org/CVERecord?id=CVE-2025-24970" }, { "name": "CVE-2025-33092", "url": "https://www.cve.org/CVERecord?id=CVE-2025-33092" }, { "name": "CVE-2024-51479", "url": "https://www.cve.org/CVERecord?id=CVE-2024-51479" }, { "name": "CVE-2025-1647", "url": "https://www.cve.org/CVERecord?id=CVE-2025-1647" }, { "name": "CVE-2023-39417", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39417" }, { "name": "CVE-2023-34462", "url": "https://www.cve.org/CVERecord?id=CVE-2023-34462" }, { "name": "CVE-2024-0406", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0406" }, { "name": "CVE-2024-11831", "url": "https://www.cve.org/CVERecord?id=CVE-2024-11831" }, { "name": "CVE-2018-7489", "url": "https://www.cve.org/CVERecord?id=CVE-2018-7489" }, { "name": "CVE-2025-33143", "url": "https://www.cve.org/CVERecord?id=CVE-2025-33143" }, { "name": "CVE-2021-3393", "url": "https://www.cve.org/CVERecord?id=CVE-2021-3393" }, { "name": "CVE-2025-2533", "url": "https://www.cve.org/CVERecord?id=CVE-2025-2533" }, { "name": "CVE-2019-10202", "url": "https://www.cve.org/CVERecord?id=CVE-2019-10202" }, { "name": "CVE-2023-5870", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5870" }, { "name": "CVE-2024-4067", "url": "https://www.cve.org/CVERecord?id=CVE-2024-4067" }, { "name": "CVE-2025-36097", "url": "https://www.cve.org/CVERecord?id=CVE-2025-36097" }, { "name": "CVE-2024-45490", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45490" }, { "name": "CVE-2025-36010", "url": "https://www.cve.org/CVERecord?id=CVE-2025-36010" }, { "name": "CVE-2025-36047", "url": "https://www.cve.org/CVERecord?id=CVE-2025-36047" }, { "name": "CVE-2024-45491", "url": "https://www.cve.org/CVERecord?id=CVE-2024-45491" }, { "name": "CVE-2025-50182", "url": "https://www.cve.org/CVERecord?id=CVE-2025-50182" }, { "name": "CVE-2022-49846", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49846" }, { "name": "CVE-2025-32462", "url": "https://www.cve.org/CVERecord?id=CVE-2025-32462" }, { "name": "CVE-2025-50181", "url": "https://www.cve.org/CVERecord?id=CVE-2025-50181" }, { "name": "CVE-2022-3510", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3510" }, { "name": "CVE-2022-3509", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3509" }, { "name": "CVE-2025-4517", "url": "https://www.cve.org/CVERecord?id=CVE-2025-4517" }, { "name": "CVE-2023-5869", "url": "https://www.cve.org/CVERecord?id=CVE-2023-5869" }, { "name": "CVE-2024-8184", "url": "https://www.cve.org/CVERecord?id=CVE-2024-8184" }, { "name": "CVE-2025-48068", "url": "https://www.cve.org/CVERecord?id=CVE-2025-48068" }, { "name": "CVE-2024-48949", "url": "https://www.cve.org/CVERecord?id=CVE-2024-48949" }, { "name": "CVE-2025-52999", "url": "https://www.cve.org/CVERecord?id=CVE-2025-52999" }, { "name": "CVE-2025-33114", "url": "https://www.cve.org/CVERecord?id=CVE-2025-33114" }, { "name": "CVE-2025-7783", "url": "https://www.cve.org/CVERecord?id=CVE-2025-7783" }, { "name": "CVE-2025-27152", "url": "https://www.cve.org/CVERecord?id=CVE-2025-27152" }, { "name": "CVE-2022-41862", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41862" }, { "name": "CVE-2025-4435", "url": "https://www.cve.org/CVERecord?id=CVE-2025-4435" }, { "name": "CVE-2025-21966", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21966" }, { "name": "CVE-2023-22467", "url": "https://www.cve.org/CVERecord?id=CVE-2023-22467" }, { "name": "CVE-2022-24823", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24823" }, { "name": "CVE-2025-22868", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22868" }, { "name": "CVE-2024-48948", "url": "https://www.cve.org/CVERecord?id=CVE-2024-48948" }, { "name": "CVE-2024-12718", "url": "https://www.cve.org/CVERecord?id=CVE-2024-12718" }, { "name": "CVE-2019-9193", "url": "https://www.cve.org/CVERecord?id=CVE-2019-9193" }, { "name": "CVE-2018-5968", "url": "https://www.cve.org/CVERecord?id=CVE-2018-5968" }, { "name": "CVE-2024-6763", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6763" }, { "name": "CVE-2025-48976", "url": "https://www.cve.org/CVERecord?id=CVE-2025-48976" }, { "name": "CVE-2023-39410", "url": "https://www.cve.org/CVERecord?id=CVE-2023-39410" }, { "name": "CVE-2024-56332", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56332" }, { "name": "CVE-2024-7254", "url": "https://www.cve.org/CVERecord?id=CVE-2024-7254" }, { "name": "CVE-2025-37799", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37799" }, { "name": "CVE-2022-24785", "url": "https://www.cve.org/CVERecord?id=CVE-2022-24785" }, { "name": "CVE-2024-56201", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56201" }, { "name": "CVE-2017-7525", "url": "https://www.cve.org/CVERecord?id=CVE-2017-7525" }, { "name": "CVE-2023-26133", "url": "https://www.cve.org/CVERecord?id=CVE-2023-26133" }, { "name": "CVE-2024-6484", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6484" }, { "name": "CVE-2024-6485", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6485" }, { "name": "CVE-2023-2454", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2454" }, { "name": "CVE-2024-9823", "url": "https://www.cve.org/CVERecord?id=CVE-2024-9823" }, { "name": "CVE-2025-26791", "url": "https://www.cve.org/CVERecord?id=CVE-2025-26791" }, { "name": "CVE-2024-56339", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56339" }, { "name": "CVE-2024-49767", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49767" }, { "name": "CVE-2022-1552", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1552" }, { "name": "CVE-2024-49828", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49828" }, { "name": "CVE-2024-55549", "url": "https://www.cve.org/CVERecord?id=CVE-2024-55549" }, { "name": "CVE-2025-29927", "url": "https://www.cve.org/CVERecord?id=CVE-2025-29927" }, { "name": "CVE-2025-32387", "url": "https://www.cve.org/CVERecord?id=CVE-2025-32387" }, { "name": "CVE-2024-43800", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43800" }, { "name": "CVE-2024-50602", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50602" }, { "name": "CVE-2017-18214", "url": "https://www.cve.org/CVERecord?id=CVE-2017-18214" }, { "name": "CVE-2025-22870", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22870" }, { "name": "CVE-2023-2455", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2455" }, { "name": "CVE-2025-24855", "url": "https://www.cve.org/CVERecord?id=CVE-2025-24855" }, { "name": "CVE-2025-5702", "url": "https://www.cve.org/CVERecord?id=CVE-2025-5702" }, { "name": "CVE-2025-36071", "url": "https://www.cve.org/CVERecord?id=CVE-2025-36071" }, { "name": "CVE-2025-37749", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37749" }, { "name": "CVE-2024-0985", "url": "https://www.cve.org/CVERecord?id=CVE-2024-0985" }, { "name": "CVE-2017-15095", "url": "https://www.cve.org/CVERecord?id=CVE-2017-15095" }, { "name": "CVE-2024-36114", "url": "https://www.cve.org/CVERecord?id=CVE-2024-36114" }, { "name": "CVE-2025-27789", "url": "https://www.cve.org/CVERecord?id=CVE-2025-27789" }, { "name": "CVE-2019-12086", "url": "https://www.cve.org/CVERecord?id=CVE-2019-12086" }, { "name": "CVE-2024-6827", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6827" }, { "name": "CVE-2023-52933", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52933" }, { "name": "CVE-2021-21290", "url": "https://www.cve.org/CVERecord?id=CVE-2021-21290" }, { "name": "CVE-2024-12243", "url": "https://www.cve.org/CVERecord?id=CVE-2024-12243" }, { "name": "CVE-2022-2625", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2625" }, { "name": "CVE-2023-2976", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2976" }, { "name": "CVE-2017-17485", "url": "https://www.cve.org/CVERecord?id=CVE-2017-17485" }, { "name": "CVE-2024-6762", "url": "https://www.cve.org/CVERecord?id=CVE-2024-6762" }, { "name": "CVE-2022-1471", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1471" }, { "name": "CVE-2024-52894", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52894" }, { "name": "CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "name": "CVE-2022-3171", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3171" }, { "name": "CVE-2025-21887", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21887" }, { "name": "CVE-2025-6442", "url": "https://www.cve.org/CVERecord?id=CVE-2025-6442" }, { "name": "CVE-2024-12133", "url": "https://www.cve.org/CVERecord?id=CVE-2024-12133" }, { "name": "CVE-2024-51504", "url": "https://www.cve.org/CVERecord?id=CVE-2024-51504" }, { "name": "CVE-2022-41881", "url": "https://www.cve.org/CVERecord?id=CVE-2022-41881" }, { "name": "CVE-2025-47273", "url": "https://www.cve.org/CVERecord?id=CVE-2025-47273" }, { "name": "CVE-2025-21756", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21756" }, { "name": "CVE-2018-1000873", "url": "https://www.cve.org/CVERecord?id=CVE-2018-1000873" }, { "name": "CVE-2023-32305", "url": "https://www.cve.org/CVERecord?id=CVE-2023-32305" }, { "name": "CVE-2025-47287", "url": "https://www.cve.org/CVERecord?id=CVE-2025-47287" }, { "name": "CVE-2024-57699", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57699" }, { "name": "CVE-2025-3576", "url": "https://www.cve.org/CVERecord?id=CVE-2025-3576" }, { "name": "CVE-2025-48734", "url": "https://www.cve.org/CVERecord?id=CVE-2025-48734" } ], "initial_release_date": "2025-09-05T00:00:00", "last_revision_date": "2025-09-05T00:00:00", "links": [], "reference": "CERTFR-2025-AVI-0760", "revisions": [ { "description": "Version initiale", "revision_date": "2025-09-05T00:00:00.000000" } ], "risks": [ { "description": "D\u00e9ni de service \u00e0 distance" }, { "description": "Injection de code indirecte \u00e0 distance (XSS)" }, { "description": "Ex\u00e9cution de code arbitraire \u00e0 distance" }, { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "description": "Injection SQL (SQLi)" }, { "description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur" }, { "description": "Falsification de requ\u00eates c\u00f4t\u00e9 serveur (SSRF)" }, { "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 les produits IBM. 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 un d\u00e9ni de service \u00e0 distance.", "title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits IBM", "vendor_advisories": [ { "published_at": "2025-09-03", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7243927", "url": "https://www.ibm.com/support/pages/node/7243927" }, { "published_at": "2025-09-03", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7243923", "url": "https://www.ibm.com/support/pages/node/7243923" }, { "published_at": "2025-09-03", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7243924", "url": "https://www.ibm.com/support/pages/node/7243924" }, { "published_at": "2025-09-04", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7244012", "url": "https://www.ibm.com/support/pages/node/7244012" }, { "published_at": "2025-09-01", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7243659", "url": "https://www.ibm.com/support/pages/node/7243659" }, { "published_at": "2025-09-04", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7244002", "url": "https://www.ibm.com/support/pages/node/7244002" }, { "published_at": "2025-08-29", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7243582", "url": "https://www.ibm.com/support/pages/node/7243582" }, { "published_at": "2025-09-03", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7243928", "url": "https://www.ibm.com/support/pages/node/7243928" }, { "published_at": "2025-09-03", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7243925", "url": "https://www.ibm.com/support/pages/node/7243925" }, { "published_at": "2025-09-04", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7244010", "url": "https://www.ibm.com/support/pages/node/7244010" }, { "published_at": "2025-09-03", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7243922", "url": "https://www.ibm.com/support/pages/node/7243922" }, { "published_at": "2025-09-01", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7243673", "url": "https://www.ibm.com/support/pages/node/7243673" }, { "published_at": "2025-09-03", "title": "Bulletin de s\u00e9curit\u00e9 IBM 7243877", "url": "https://www.ibm.com/support/pages/node/7243877" } ] }
CERTFR-2025-AVI-0721
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 une atteinte à l'intégrité 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 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 18.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-2025-21861", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21861" }, { "name": "CVE-2024-58088", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58088" }, { "name": "CVE-2025-38043", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38043" }, { "name": "CVE-2025-21783", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21783" }, { "name": "CVE-2025-21786", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21786" }, { "name": "CVE-2025-38002", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38002" }, { "name": "CVE-2025-21847", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21847" }, { "name": "CVE-2025-21853", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21853" }, { "name": "CVE-2025-21871", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21871" }, { "name": "CVE-2025-21823", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21823" }, { "name": "CVE-2025-21763", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21763" }, { "name": "CVE-2025-37965", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37965" }, { "name": "CVE-2025-21796", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21796" }, { "name": "CVE-2024-49950", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49950" }, { "name": "CVE-2025-21768", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21768" }, { "name": "CVE-2025-21864", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21864" }, { "name": "CVE-2025-37961", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37961" }, { "name": "CVE-2025-38061", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38061" }, { "name": "CVE-2025-21839", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21839" }, { "name": "CVE-2025-38023", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38023" }, { "name": "CVE-2025-21779", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21779" }, { "name": "CVE-2025-38004", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38004" }, { "name": "CVE-2025-38016", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38016" }, { "name": "CVE-2025-21712", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21712" }, { "name": "CVE-2025-21746", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21746" }, { "name": "CVE-2025-38066", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38066" }, { "name": "CVE-2025-21836", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21836" }, { "name": "CVE-2025-21781", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21781" }, { "name": "CVE-2025-38022", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38022" }, { "name": "CVE-2025-38068", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38068" }, { "name": "CVE-2025-21772", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21772" }, { "name": "CVE-2025-37971", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37971" }, { "name": "CVE-2025-21868", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21868" }, { "name": "CVE-2025-38056", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38056" }, { "name": "CVE-2025-38027", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38027" }, { "name": "CVE-2025-21792", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21792" }, { "name": "CVE-2025-37993", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37993" }, { "name": "CVE-2025-37955", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37955" }, { "name": "CVE-2025-38015", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38015" }, { "name": "CVE-2025-37958", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37958" }, { "name": "CVE-2025-21855", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21855" }, { "name": "CVE-2025-38065", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38065" }, { "name": "CVE-2025-38031", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38031" }, { "name": "CVE-2025-37950", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37950" }, { "name": "CVE-2025-21767", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21767" }, { "name": "CVE-2025-38008", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38008" }, { "name": "CVE-2025-38011", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38011" }, { "name": "CVE-2025-21764", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21764" }, { "name": "CVE-2024-58093", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58093" }, { "name": "CVE-2025-38025", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38025" }, { "name": "CVE-2025-38034", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38034" }, { "name": "CVE-2025-38095", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38095" }, { "name": "CVE-2025-21838", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21838" }, { "name": "CVE-2025-21867", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21867" }, { "name": "CVE-2025-21704", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21704" }, { "name": "CVE-2025-21766", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21766" }, { "name": "CVE-2025-38024", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38024" }, { "name": "CVE-2024-57834", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57834" }, { "name": "CVE-2025-38078", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38078" }, { "name": "CVE-2025-21791", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21791" }, { "name": "CVE-2024-52559", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52559" }, { "name": "CVE-2025-38077", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38077" }, { "name": "CVE-2025-38005", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38005" }, { "name": "CVE-2025-21795", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21795" }, { "name": "CVE-2025-21758", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21758" }, { "name": "CVE-2025-21780", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21780" }, { "name": "CVE-2025-37969", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37969" }, { "name": "CVE-2025-21787", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21787" }, { "name": "CVE-2025-21776", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21776" }, { "name": "CVE-2025-21706", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21706" }, { "name": "CVE-2025-38014", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38014" }, { "name": "CVE-2025-38003", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38003" }, { "name": "CVE-2025-38007", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38007" }, { "name": "CVE-2025-21760", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21760" }, { "name": "CVE-2025-38079", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38079" }, { "name": "CVE-2025-37964", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37964" }, { "name": "CVE-2025-21785", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21785" }, { "name": "CVE-2024-58086", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58086" }, { "name": "CVE-2025-37999", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37999" }, { "name": "CVE-2025-38018", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38018" }, { "name": "CVE-2025-21857", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21857" }, { "name": "CVE-2025-37797", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37797" }, { "name": "CVE-2025-21848", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21848" }, { "name": "CVE-2025-37952", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37952" }, { "name": "CVE-2025-38012", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38012" }, { "name": "CVE-2025-38019", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38019" }, { "name": "CVE-2025-21866", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21866" }, { "name": "CVE-2025-38037", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38037" }, { "name": "CVE-2025-37962", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37962" }, { "name": "CVE-2025-21862", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21862" }, { "name": "CVE-2025-37972", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37972" }, { "name": "CVE-2025-38010", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38010" }, { "name": "CVE-2024-57977", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57977" }, { "name": "CVE-2025-37970", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37970" }, { "name": "CVE-2025-38013", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38013" }, { "name": "CVE-2025-37956", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37956" }, { "name": "CVE-2025-38094", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38094" }, { "name": "CVE-2025-38072", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38072" }, { "name": "CVE-2025-37967", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37967" }, { "name": "CVE-2025-38075", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38075" }, { "name": "CVE-2025-37949", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37949" }, { "name": "CVE-2025-37957", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37957" }, { "name": "CVE-2025-38058", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38058" }, { "name": "CVE-2025-21762", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21762" }, { "name": "CVE-2025-38083", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38083" }, { "name": "CVE-2025-21869", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21869" }, { "name": "CVE-2024-54458", "url": "https://www.cve.org/CVERecord?id=CVE-2024-54458" }, { "name": "CVE-2025-37951", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37951" }, { "name": "CVE-2025-37947", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37947" }, { "name": "CVE-2025-21859", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21859" }, { "name": "CVE-2025-21761", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21761" }, { "name": "CVE-2025-37992", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37992" }, { "name": "CVE-2025-21844", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21844" }, { "name": "CVE-2025-21784", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21784" }, { "name": "CVE-2024-58020", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58020" }, { "name": "CVE-2025-37973", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37973" }, { "name": "CVE-2025-37996", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37996" }, { "name": "CVE-2025-21775", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21775" }, { "name": "CVE-2025-21846", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21846" }, { "name": "CVE-2025-37998", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37998" }, { "name": "CVE-2025-37968", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37968" }, { "name": "CVE-2025-38006", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38006" }, { "name": "CVE-2025-38048", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38048" }, { "name": "CVE-2025-21765", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21765" }, { "name": "CVE-2025-21782", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21782" }, { "name": "CVE-2025-38009", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38009" }, { "name": "CVE-2025-21870", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21870" }, { "name": "CVE-2024-54456", "url": "https://www.cve.org/CVERecord?id=CVE-2024-54456" }, { "name": "CVE-2024-38541", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38541" }, { "name": "CVE-2025-37994", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37994" }, { "name": "CVE-2025-21773", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21773" }, { "name": "CVE-2025-21858", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21858" }, { "name": "CVE-2025-37995", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37995" }, { "name": "CVE-2025-21821", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21821" }, { "name": "CVE-2025-38052", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38052" }, { "name": "CVE-2025-38035", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38035" }, { "name": "CVE-2025-37963", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37963" }, { "name": "CVE-2024-50073", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50073" }, { "name": "CVE-2025-37948", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37948" }, { "name": "CVE-2025-21863", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21863" }, { "name": "CVE-2025-21856", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21856" }, { "name": "CVE-2025-37960", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37960" }, { "name": "CVE-2025-38051", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38051" }, { "name": "CVE-2025-37954", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37954" }, { "name": "CVE-2025-38044", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38044" }, { "name": "CVE-2025-37959", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37959" }, { "name": "CVE-2025-21793", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21793" }, { "name": "CVE-2025-21854", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21854" }, { "name": "CVE-2023-52757", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52757" }, { "name": "CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "name": "CVE-2023-52975", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52975" }, { "name": "CVE-2025-37966", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37966" }, { "name": "CVE-2025-38028", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38028" }, { "name": "CVE-2025-21790", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21790" }, { "name": "CVE-2025-38020", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38020" }, { "name": "CVE-2025-21835", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21835" }, { "name": "CVE-2025-38021", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38021" } ], "initial_release_date": "2025-08-22T00:00:00", "last_revision_date": "2025-08-22T00:00:00", "links": [], "reference": "CERTFR-2025-AVI-0721", "revisions": [ { "description": "Version initiale", "revision_date": "2025-08-22T00:00:00.000000" } ], "risks": [ { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "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 une atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es.", "title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu", "vendor_advisories": [ { "published_at": "2025-08-20", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7704-1", "url": "https://ubuntu.com/security/notices/USN-7704-1" }, { "published_at": "2025-08-19", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7703-1", "url": "https://ubuntu.com/security/notices/USN-7703-1" }, { "published_at": "2025-08-21", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7704-4", "url": "https://ubuntu.com/security/notices/USN-7704-4" }, { "published_at": "2025-08-20", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7704-3", "url": "https://ubuntu.com/security/notices/USN-7704-3" }, { "published_at": "2025-08-21", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7701-3", "url": "https://ubuntu.com/security/notices/USN-7701-3" }, { "published_at": "2025-08-20", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7682-6", "url": "https://ubuntu.com/security/notices/USN-7682-6" }, { "published_at": "2025-08-20", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7703-2", "url": "https://ubuntu.com/security/notices/USN-7703-2" }, { "published_at": "2025-08-21", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7703-3", "url": "https://ubuntu.com/security/notices/USN-7703-3" }, { "published_at": "2025-08-19", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7701-1", "url": "https://ubuntu.com/security/notices/USN-7701-1" }, { "published_at": "2025-08-19", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7704-2", "url": "https://ubuntu.com/security/notices/USN-7704-2" }, { "published_at": "2025-08-20", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7699-2", "url": "https://ubuntu.com/security/notices/USN-7699-2" }, { "published_at": "2025-08-20", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7701-2", "url": "https://ubuntu.com/security/notices/USN-7701-2" } ] }
CERTFR-2025-AVI-0788
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 élévation de privilèges, 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).
NoneVendor | 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 for IBM z Systems - 4 years of updates 9.0 s390x | ||
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 Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.2 ppc64le | ||
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 Server - AUS 8.4 x86_64 | ||
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 x86_64 - Extended Update Support Extension 8.4 x86_64 | ||
Red Hat | N/A | Red Hat Enterprise Linux Server - Extended Life Cycle Support 7 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 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 CodeReady Linux Builder for Power, little endian - Extended Update Support 9.6 ppc64le | ||
Red Hat | N/A | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.0 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 Enterprise Linux for ARM 64 - 4 years of updates 9.2 aarch64 | ||
Red Hat | N/A | Red Hat Enterprise Linux for ARM 64 - 4 years of updates 9.0 aarch64 | ||
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 Enterprise Linux Server - AUS 8.2 x86_64 | ||
Red Hat | N/A | Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, little endian 7 ppc64le | ||
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 - 4 years of updates 9.2 s390x | ||
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 Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 7 s390x | ||
Red Hat | N/A | Red Hat Enterprise Linux Server - Extended Life Cycle Support for IBM Power, big endian 7 ppc64 | ||
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 for IBM z Systems - 4 years of updates 9.0 s390x", "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 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 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 Server - AUS 8.4 x86_64", "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 x86_64 - Extended Update Support Extension 8.4 x86_64", "product": { "name": "N/A", "vendor": { "name": "Red Hat", "scada": false } } }, { "description": "Red Hat Enterprise Linux Server - Extended Life Cycle Support 7 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 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 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 Enterprise Linux Server for Power LE - Update Services for SAP Solutions 9.0 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 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 Enterprise Linux for ARM 64 - 4 years of updates 9.0 aarch64", "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 Enterprise Linux Server - AUS 8.2 x86_64", "product": { "name": "N/A", "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": "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 - 4 years of updates 9.2 s390x", "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 Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 7 s390x", "product": { "name": "N/A", "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": "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-2024-50102", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50102" }, { "name": "CVE-2022-50000", "url": "https://www.cve.org/CVERecord?id=CVE-2022-50000" }, { "name": "CVE-2025-38159", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38159" }, { "name": "CVE-2023-2513", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2513" }, { "name": "CVE-2025-38449", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38449" }, { "name": "CVE-2025-38464", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38464" }, { "name": "CVE-2025-38250", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38250" }, { "name": "CVE-2025-38211", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38211" }, { "name": "CVE-2025-37803", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37803" }, { "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-38079", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38079" }, { "name": "CVE-2025-38332", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38332" }, { "name": "CVE-2025-38085", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38085" }, { "name": "CVE-2022-49985", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49985" }, { "name": "CVE-2025-22097", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22097" }, { "name": "CVE-2025-37914", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37914" }, { "name": "CVE-2024-42094", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42094" }, { "name": "CVE-2025-38352", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38352" }, { "name": "CVE-2025-38350", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38350" }, { "name": "CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" } ], "initial_release_date": "2025-09-12T00:00:00", "last_revision_date": "2025-09-12T00:00:00", "links": [], "reference": "CERTFR-2025-AVI-0788", "revisions": [ { "description": "Version initiale", "revision_date": "2025-09-12T00:00:00.000000" } ], "risks": [ { "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 \u00e9l\u00e9vation de privil\u00e8ges, 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-09-11", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:15670", "url": "https://access.redhat.com/errata/RHSA-2025:15670" }, { "published_at": "2025-09-08", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:15472", "url": "https://access.redhat.com/errata/RHSA-2025:15472" }, { "published_at": "2025-09-11", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:15669", "url": "https://access.redhat.com/errata/RHSA-2025:15669" }, { "published_at": "2025-09-08", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:15447", "url": "https://access.redhat.com/errata/RHSA-2025:15447" }, { "published_at": "2025-09-11", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:15662", "url": "https://access.redhat.com/errata/RHSA-2025:15662" }, { "published_at": "2025-09-10", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:15656", "url": "https://access.redhat.com/errata/RHSA-2025:15656" }, { "published_at": "2025-09-10", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:15647", "url": "https://access.redhat.com/errata/RHSA-2025:15647" }, { "published_at": "2025-09-10", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:15649", "url": "https://access.redhat.com/errata/RHSA-2025:15649" }, { "published_at": "2025-09-11", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:15660", "url": "https://access.redhat.com/errata/RHSA-2025:15660" }, { "published_at": "2025-09-11", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:15661", "url": "https://access.redhat.com/errata/RHSA-2025:15661" }, { "published_at": "2025-09-10", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:15657", "url": "https://access.redhat.com/errata/RHSA-2025:15657" }, { "published_at": "2025-09-10", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:15648", "url": "https://access.redhat.com/errata/RHSA-2025:15648" }, { "published_at": "2025-09-10", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:15646", "url": "https://access.redhat.com/errata/RHSA-2025:15646" }, { "published_at": "2025-09-11", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:15668", "url": "https://access.redhat.com/errata/RHSA-2025:15668" }, { "published_at": "2025-09-10", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:15658", "url": "https://access.redhat.com/errata/RHSA-2025:15658" } ] }
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).
NoneVendor | 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-0648
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 Server | Red Hat Enterprise Linux Server - AUS 8.4 x86_64 | ||
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 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 | 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 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 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 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 | 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 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 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 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 Enterprise Linux | Red Hat Enterprise Linux for x86_64 - Extended Update Support Extension 8.4 x86_64 | ||
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 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 Server - AUS 8.4 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 - Extended Update Support 10.0 s390x", "product": { "name": "Red Hat CodeReady Linux Builder", "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 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 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 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 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 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 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 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 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 Enterprise Linux for x86_64 - Extended Update Support Extension 8.4 x86_64", "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.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 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-2024-50074", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50074" }, { "name": "CVE-2025-38087", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38087" }, { "name": "CVE-2024-57980", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57980" }, { "name": "CVE-2021-47185", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47185" }, { "name": "CVE-2025-22004", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22004" }, { "name": "CVE-2025-22121", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22121" }, { "name": "CVE-2022-49058", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49058" }, { "name": "CVE-2025-22091", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22091" }, { "name": "CVE-2025-37958", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37958" }, { "name": "CVE-2024-50082", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50082" }, { "name": "CVE-2024-42226", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42226" }, { "name": "CVE-2025-38086", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38086" }, { "name": "CVE-2025-37803", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37803" }, { "name": "CVE-2024-41039", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41039" }, { "name": "CVE-2025-38110", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38110" }, { "name": "CVE-2025-37738", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37738" }, { "name": "CVE-2025-22113", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22113" }, { "name": "CVE-2025-37797", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37797" }, { "name": "CVE-2025-38088", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38088" }, { "name": "CVE-2025-22104", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22104" }, { "name": "CVE-2025-38089", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38089" }, { "name": "CVE-2025-22085", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22085" }, { "name": "CVE-2022-50022", "url": "https://www.cve.org/CVERecord?id=CVE-2022-50022" }, { "name": "CVE-2022-49977", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49977" }, { "name": "CVE-2025-38001", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38001" }, { "name": "CVE-2025-21905", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21905" }, { "name": "CVE-2024-26660", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26660" }, { "name": "CVE-2025-38052", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38052" }, { "name": "CVE-2024-41065", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41065" }, { "name": "CVE-2023-52835", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52835" }, { "name": "CVE-2025-21919", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21919" }, { "name": "CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "name": "CVE-2025-21887", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21887" }, { "name": "CVE-2024-27025", "url": "https://www.cve.org/CVERecord?id=CVE-2024-27025" } ], "initial_release_date": "2025-08-01T00:00:00", "last_revision_date": "2025-08-01T00:00:00", "links": [], "reference": "CERTFR-2025-AVI-0648", "revisions": [ { "description": "Version initiale", "revision_date": "2025-08-01T00: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-07-28", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:11855", "url": "https://access.redhat.com/errata/RHSA-2025:11855" }, { "published_at": "2025-07-29", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:12209", "url": "https://access.redhat.com/errata/RHSA-2025:12209" }, { "published_at": "2025-07-30", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:12311", "url": "https://access.redhat.com/errata/RHSA-2025:12311" }, { "published_at": "2025-07-28", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:11851", "url": "https://access.redhat.com/errata/RHSA-2025:11851" }, { "published_at": "2025-07-28", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:11810", "url": "https://access.redhat.com/errata/RHSA-2025:11810" }, { "published_at": "2025-07-28", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:11861", "url": "https://access.redhat.com/errata/RHSA-2025:11861" }, { "published_at": "2025-07-30", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:12238", "url": "https://access.redhat.com/errata/RHSA-2025:12238" } ] }
CERTFR-2025-AVI-0588
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, une atteinte à la confidentialité des données et une atteinte à l'intégrité 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 | 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 Server | Red Hat Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.6 ppc64le | ||
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 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 | 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 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 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 | 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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-2024-46826", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46826" }, { "name": "CVE-2023-52477", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52477" }, { "name": "CVE-2023-52834", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52834" }, { "name": "CVE-2024-35807", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35807" }, { "name": "CVE-2025-22126", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22126" }, { "name": "CVE-2025-22004", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22004" }, { "name": "CVE-2022-49111", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49111" }, { "name": "CVE-2024-43880", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43880" }, { "name": "CVE-2022-49136", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49136" }, { "name": "CVE-2024-35924", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35924" }, { "name": "CVE-2023-52781", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52781" }, { "name": "CVE-2022-50066", "url": "https://www.cve.org/CVERecord?id=CVE-2022-50066" }, { "name": "CVE-2022-49846", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49846" }, { "name": "CVE-2024-41097", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41097" }, { "name": "CVE-2024-35790", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35790" }, { "name": "CVE-2025-37738", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37738" }, { "name": "CVE-2024-56615", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56615" }, { "name": "CVE-2025-37799", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37799" }, { "name": "CVE-2024-41092", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41092" }, { "name": "CVE-2024-39471", "url": "https://www.cve.org/CVERecord?id=CVE-2024-39471" }, { "name": "CVE-2022-49395", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49395" }, { "name": "CVE-2024-56614", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56614" }, { "name": "CVE-2023-52595", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52595" }, { "name": "CVE-2024-36940", "url": "https://www.cve.org/CVERecord?id=CVE-2024-36940" }, { "name": "CVE-2023-52933", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52933" }, { "name": "CVE-2023-1652", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1652" }, { "name": "CVE-2024-26717", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26717" }, { "name": "CVE-2024-36006", "url": "https://www.cve.org/CVERecord?id=CVE-2024-36006" }, { "name": "CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "name": "CVE-2025-21991", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21991" }, { "name": "CVE-2025-21887", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21887" }, { "name": "CVE-2023-52565", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52565" } ], "initial_release_date": "2025-07-11T00:00:00", "last_revision_date": "2025-07-11T00:00:00", "links": [], "reference": "CERTFR-2025-AVI-0588", "revisions": [ { "description": "Version initiale", "revision_date": "2025-07-11T00:00:00.000000" } ], "risks": [ { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "description": "Ex\u00e9cution de code arbitraire" }, { "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 ex\u00e9cution de code arbitraire, une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et une atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es.", "title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux de Red Hat", "vendor_advisories": [ { "published_at": "2025-07-09", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:10669", "url": "https://access.redhat.com/errata/RHSA-2025:10669" }, { "published_at": "2025-07-10", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:10761", "url": "https://access.redhat.com/errata/RHSA-2025:10761" }, { "published_at": "2025-07-07", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:10527", "url": "https://access.redhat.com/errata/RHSA-2025:10527" }, { "published_at": "2025-07-09", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:10673", "url": "https://access.redhat.com/errata/RHSA-2025:10673" }, { "published_at": "2025-07-08", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:10536", "url": "https://access.redhat.com/errata/RHSA-2025:10536" }, { "published_at": "2025-07-09", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:10675", "url": "https://access.redhat.com/errata/RHSA-2025:10675" }, { "published_at": "2025-07-09", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:10701", "url": "https://access.redhat.com/errata/RHSA-2025:10701" }, { "published_at": "2025-07-09", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:10671", "url": "https://access.redhat.com/errata/RHSA-2025:10671" }, { "published_at": "2025-07-07", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:10371", "url": "https://access.redhat.com/errata/RHSA-2025:10371" }, { "published_at": "2025-07-09", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:10670", "url": "https://access.redhat.com/errata/RHSA-2025:10670" }, { "published_at": "2025-07-08", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:10547", "url": "https://access.redhat.com/errata/RHSA-2025:10547" }, { "published_at": "2025-07-07", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:10379", "url": "https://access.redhat.com/errata/RHSA-2025:10379" } ] }
CERTFR-2025-AVI-0509
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans le noyau Linux de SUSE. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire, 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 | ||
---|---|---|---|---|
SUSE | SUSE Linux Enterprise High Performance Computing | SUSE Linux Enterprise High Performance Computing 15 SP5 | ||
SUSE | Confidential Computing Module | Confidential Computing Module 15-SP6 | ||
SUSE | openSUSE Leap | openSUSE Leap 15.5 | ||
SUSE | SUSE Linux Enterprise Live Patching | SUSE Linux Enterprise Live Patching 15-SP5 | ||
SUSE | openSUSE Leap | openSUSE Leap 15.3 | ||
SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server for SAP Applications 15 SP6 | ||
SUSE | SUSE Linux Enterprise High Performance Computing | SUSE Linux Enterprise High Performance Computing 12 SP5 | ||
SUSE | SUSE Linux Enterprise High Performance Computing | SUSE Linux Enterprise High Performance Computing 15 SP4 | ||
SUSE | SUSE Linux Enterprise Live Patching | SUSE Linux Enterprise Live Patching 12-SP5 | ||
SUSE | openSUSE Leap | openSUSE Leap 15.4 | ||
SUSE | SUSE Linux Enterprise Live Patching | SUSE Linux Enterprise Live Patching 15-SP6 | ||
SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server for SAP Applications 12 SP5 | ||
SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 12 SP5 | ||
SUSE | SUSE Linux Enterprise Micro | SUSE Linux Enterprise Micro 5.2 | ||
SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 15 SP5 | ||
SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server for SAP Applications 15 SP3 | ||
SUSE | SUSE Linux Enterprise Micro | SUSE Linux Enterprise Micro 5.1 | ||
SUSE | SUSE Linux Enterprise Micro | SUSE Linux Enterprise Micro for Rancher 5.4 | ||
SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server for SAP Applications 15 SP5 | ||
SUSE | openSUSE Leap | openSUSE Leap 15.6 | ||
SUSE | SUSE Linux Enterprise Micro | SUSE Linux Enterprise Micro 5.3 | ||
SUSE | SUSE Linux Enterprise Real Time | SUSE Linux Enterprise Real Time 15 SP5 | ||
SUSE | SUSE Linux Enterprise Micro | SUSE Linux Enterprise Micro for Rancher 5.3 | ||
SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 15 SP6 | ||
SUSE | SUSE Linux Enterprise Real Time | SUSE Linux Enterprise Real Time 15 SP4 | ||
SUSE | SUSE Linux Enterprise Live Patching | SUSE Linux Enterprise Live Patching 15-SP3 | ||
SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server for SAP Applications 15 SP4 | ||
SUSE | SUSE Linux Enterprise High Performance Computing | SUSE Linux Enterprise High Performance Computing 15 SP3 | ||
SUSE | SUSE Linux Enterprise Micro | SUSE Linux Enterprise Micro 5.5 | ||
SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 15 SP4 | ||
SUSE | SUSE Linux Enterprise Real Time | SUSE Linux Enterprise Real Time 15 SP6 | ||
SUSE | SUSE Linux Micro | SUSE Linux Micro 6.0 | ||
SUSE | SUSE Linux Enterprise Server | SUSE Linux Enterprise Server 15 SP3 | ||
SUSE | SUSE Linux Enterprise Micro | SUSE Linux Enterprise Micro 5.4 | ||
SUSE | SUSE Linux Enterprise Live Patching | SUSE Linux Enterprise Live Patching 15-SP4 |
Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "SUSE Linux Enterprise High Performance Computing 15 SP5", "product": { "name": "SUSE Linux Enterprise High Performance Computing", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "Confidential Computing Module 15-SP6", "product": { "name": "Confidential Computing Module", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Live Patching 15-SP5", "product": { "name": "SUSE Linux Enterprise Live Patching", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "openSUSE Leap 15.3", "product": { "name": "openSUSE Leap", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server for SAP Applications 15 SP6", "product": { "name": "SUSE Linux Enterprise Server", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Performance Computing 12 SP5", "product": { "name": "SUSE Linux Enterprise High Performance Computing", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Performance Computing 15 SP4", "product": { "name": "SUSE Linux Enterprise High Performance Computing", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Live Patching 12-SP5", "product": { "name": "SUSE Linux Enterprise Live Patching", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "openSUSE Leap 15.4", "product": { "name": "openSUSE Leap", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Live Patching 15-SP6", "product": { "name": "SUSE Linux Enterprise Live Patching", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "SUSE Linux Enterprise Server", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "SUSE Linux Enterprise Server", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro 5.2", "product": { "name": "SUSE Linux Enterprise Micro", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 15 SP5", "product": { "name": "SUSE Linux Enterprise Server", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro 5.1", "product": { "name": "SUSE Linux Enterprise Micro", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro for Rancher 5.4", "product": { "name": "SUSE Linux Enterprise Micro", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product": { "name": "SUSE Linux Enterprise Server", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro 5.3", "product": { "name": "SUSE Linux Enterprise Micro", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Real Time 15 SP5", "product": { "name": "SUSE Linux Enterprise Real Time", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro for Rancher 5.3", "product": { "name": "SUSE Linux Enterprise Micro", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 15 SP6", "product": { "name": "SUSE Linux Enterprise Server", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Real Time 15 SP4", "product": { "name": "SUSE Linux Enterprise Real Time", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Live Patching 15-SP3", "product": { "name": "SUSE Linux Enterprise Live Patching", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Performance Computing 15 SP3", "product": { "name": "SUSE Linux Enterprise High Performance Computing", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro 5.5", "product": { "name": "SUSE Linux Enterprise Micro", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 15 SP4", "product": { "name": "SUSE Linux Enterprise Server", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Real Time 15 SP6", "product": { "name": "SUSE Linux Enterprise Real Time", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Micro 6.0", "product": { "name": "SUSE Linux Micro", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 15 SP3", "product": { "name": "SUSE Linux Enterprise Server", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro 5.4", "product": { "name": "SUSE Linux Enterprise Micro", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Live Patching 15-SP4", "product": { "name": "SUSE Linux Enterprise Live Patching", "vendor": { "name": "SUSE", "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-2022-3619", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3619" }, { "name": "CVE-2022-3564", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3564" }, { "name": "CVE-2023-1990", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1990" }, { "name": "CVE-2024-27018", "url": "https://www.cve.org/CVERecord?id=CVE-2024-27018" }, { "name": "CVE-2024-26634", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26634" }, { "name": "CVE-2024-35910", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35910" }, { "name": "CVE-2024-26873", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26873" }, { "name": "CVE-2024-27415", "url": "https://www.cve.org/CVERecord?id=CVE-2024-27415" }, { "name": "CVE-2024-35826", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35826" }, { "name": "CVE-2024-41005", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41005" }, { "name": "CVE-2024-38606", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38606" }, { "name": "CVE-2024-41077", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41077" }, { "name": "CVE-2024-46713", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46713" }, { "name": "CVE-2024-46763", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46763" }, { "name": "CVE-2024-46782", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46782" }, { "name": "CVE-2024-46865", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46865" }, { "name": "CVE-2024-43869", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43869" }, { "name": "CVE-2024-49855", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49855" }, { "name": "CVE-2024-50036", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50036" }, { "name": "CVE-2024-50126", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50126" }, { "name": "CVE-2024-50290", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50290" }, { "name": "CVE-2024-53057", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53057" }, { "name": "CVE-2024-53063", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53063" }, { "name": "CVE-2024-42307", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42307" }, { "name": "CVE-2024-43820", "url": "https://www.cve.org/CVERecord?id=CVE-2024-43820" }, { "name": "CVE-2024-49924", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49924" }, { "name": "CVE-2024-50038", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50038" }, { "name": "CVE-2024-50083", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50083" }, { "name": "CVE-2024-50162", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50162" }, { "name": "CVE-2024-50163", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50163" }, { "name": "CVE-2024-53135", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53135" }, { "name": "CVE-2024-53140", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53140" }, { "name": "CVE-2024-50106", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50106" }, { "name": "CVE-2024-53168", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53168" }, { "name": "CVE-2024-56558", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56558" }, { "name": "CVE-2024-56641", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56641" }, { "name": "CVE-2024-49994", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49994" }, { "name": "CVE-2024-53124", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53124" }, { "name": "CVE-2024-56703", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56703" }, { "name": "CVE-2025-21631", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21631" }, { "name": "CVE-2025-21648", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21648" }, { "name": "CVE-2025-21671", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21671" }, { "name": "CVE-2025-21680", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21680" }, { "name": "CVE-2025-21683", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21683" }, { "name": "CVE-2024-53177", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53177" }, { "name": "CVE-2024-49940", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49940" }, { "name": "CVE-2024-50029", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50029" }, { "name": "CVE-2024-50056", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50056" }, { "name": "CVE-2024-50140", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50140" }, { "name": "CVE-2024-50152", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50152" }, { "name": "CVE-2024-50223", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50223" }, { "name": "CVE-2024-50294", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50294" }, { "name": "CVE-2024-53139", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53139" }, { "name": "CVE-2024-53163", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53163" }, { "name": "CVE-2024-53176", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53176" }, { "name": "CVE-2024-53178", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53178" }, { "name": "CVE-2024-56702", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56702" }, { "name": "CVE-2024-56751", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56751" }, { "name": "CVE-2023-52926", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52926" }, { "name": "CVE-2024-47408", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47408" }, { "name": "CVE-2024-49571", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49571" }, { "name": "CVE-2024-53680", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53680" }, { "name": "CVE-2024-56640", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56640" }, { "name": "CVE-2024-56718", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56718" }, { "name": "CVE-2024-56770", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56770" }, { "name": "CVE-2024-57807", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57807" }, { "name": "CVE-2024-57900", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57900" }, { "name": "CVE-2022-49080", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49080" }, { "name": "CVE-2024-57979", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57979" }, { "name": "CVE-2024-57994", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57994" }, { "name": "CVE-2025-21705", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21705" }, { "name": "CVE-2025-21715", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21715" }, { "name": "CVE-2025-21716", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21716" }, { "name": "CVE-2025-21719", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21719" }, { "name": "CVE-2025-21724", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21724" }, { "name": "CVE-2025-21725", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21725" }, { "name": "CVE-2025-21728", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21728" }, { "name": "CVE-2025-21733", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21733" }, { "name": "CVE-2025-21753", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21753" }, { "name": "CVE-2025-21754", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21754" }, { "name": "CVE-2025-21767", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21767" }, { "name": "CVE-2025-21790", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21790" }, { "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-2022-49563", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49563" }, { "name": "CVE-2022-49564", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49564" }, { "name": "CVE-2024-57996", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57996" }, { "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-21780", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21780" }, { "name": "CVE-2025-21785", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21785" }, { "name": "CVE-2024-47794", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47794" }, { "name": "CVE-2024-54683", "url": "https://www.cve.org/CVERecord?id=CVE-2024-54683" }, { "name": "CVE-2024-56638", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56638" }, { "name": "CVE-2024-56719", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56719" }, { "name": "CVE-2024-56758", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56758" }, { "name": "CVE-2024-57924", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57924" }, { "name": "CVE-2025-21635", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21635" }, { "name": "CVE-2025-21659", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21659" }, { "name": "CVE-2024-54458", "url": "https://www.cve.org/CVERecord?id=CVE-2024-54458" }, { "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-57993", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57993" }, { "name": "CVE-2024-57997", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57997" }, { "name": "CVE-2024-57998", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57998" }, { "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-58009", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58009" }, { "name": "CVE-2024-58011", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58011" }, { "name": "CVE-2024-58013", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58013" }, { "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-58054", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58054" }, { "name": "CVE-2024-58055", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58055" }, { "name": "CVE-2024-58056", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58056" }, { "name": "CVE-2024-58058", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58058" }, { "name": "CVE-2024-58061", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58061" }, { "name": "CVE-2024-58063", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58063" }, { "name": "CVE-2024-58068", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58068" }, { "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-58080", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58080" }, { "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-21701", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21701" }, { "name": "CVE-2025-21703", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21703" }, { "name": "CVE-2025-21704", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21704" }, { "name": "CVE-2025-21706", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21706" }, { "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-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-21734", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21734" }, { "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-21738", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21738" }, { "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-21749", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21749" }, { "name": "CVE-2025-21750", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21750" }, { "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-21775", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21775" }, { "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-21792", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21792" }, { "name": "CVE-2025-21794", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21794" }, { "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-21812", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21812" }, { "name": "CVE-2025-21814", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21814" }, { "name": "CVE-2025-21819", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21819" }, { "name": "CVE-2025-21820", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21820" }, { "name": "CVE-2025-21821", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21821" }, { "name": "CVE-2025-21823", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21823" }, { "name": "CVE-2025-21829", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21829" }, { "name": "CVE-2025-21830", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21830" }, { "name": "CVE-2025-21832", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21832" }, { "name": "CVE-2025-21835", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21835" }, { "name": "CVE-2022-49139", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49139" }, { "name": "CVE-2023-52831", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52831" }, { "name": "CVE-2023-52927", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52927" }, { "name": "CVE-2024-41149", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41149" }, { "name": "CVE-2024-46736", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46736" }, { "name": "CVE-2024-46796", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46796" }, { "name": "CVE-2024-52559", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52559" }, { "name": "CVE-2024-57947", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57947" }, { "name": "CVE-2024-57974", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57974" }, { "name": "CVE-2024-57990", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57990" }, { "name": "CVE-2024-57999", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57999" }, { "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-58006", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58006" }, { "name": "CVE-2024-58012", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58012" }, { "name": "CVE-2024-58019", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58019" }, { "name": "CVE-2024-58057", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58057" }, { "name": "CVE-2024-58078", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58078" }, { "name": "CVE-2024-58079", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58079" }, { "name": "CVE-2025-21693", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21693" }, { "name": "CVE-2025-21714", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21714" }, { "name": "CVE-2025-21723", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21723" }, { "name": "CVE-2025-21732", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21732" }, { "name": "CVE-2025-21739", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21739" }, { "name": "CVE-2025-21741", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21741" }, { "name": "CVE-2025-21742", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21742" }, { "name": "CVE-2025-21743", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21743" }, { "name": "CVE-2025-21756", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21756" }, { "name": "CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "name": "CVE-2025-21773", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21773" }, { "name": "CVE-2025-21784", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21784" }, { "name": "CVE-2025-21793", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21793" }, { "name": "CVE-2025-21810", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21810" }, { "name": "CVE-2025-21815", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21815" }, { "name": "CVE-2025-21825", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21825" }, { "name": "CVE-2025-21828", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21828" }, { "name": "CVE-2025-21831", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21831" }, { "name": "CVE-2025-21838", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21838" }, { "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-21847", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21847" }, { "name": "CVE-2025-21848", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21848" }, { "name": "CVE-2025-21850", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21850" }, { "name": "CVE-2025-21855", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21855" }, { "name": "CVE-2025-21856", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21856" }, { "name": "CVE-2025-21857", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21857" }, { "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-21861", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21861" }, { "name": "CVE-2025-21862", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21862" }, { "name": "CVE-2025-21864", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21864" }, { "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-21869", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21869" }, { "name": "CVE-2025-21870", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21870" }, { "name": "CVE-2025-21871", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21871" }, { "name": "CVE-2025-21876", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21876" }, { "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-2025-21883", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21883" }, { "name": "CVE-2025-21885", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21885" }, { "name": "CVE-2025-21886", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21886" }, { "name": "CVE-2025-21888", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21888" }, { "name": "CVE-2025-21890", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21890" }, { "name": "CVE-2025-21891", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21891" }, { "name": "CVE-2025-21892", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21892" }, { "name": "CVE-2025-21702", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21702" }, { "name": "CVE-2025-21867", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21867" }, { "name": "CVE-2025-21875", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21875" }, { "name": "CVE-2025-21881", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21881" }, { "name": "CVE-2025-21887", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21887" }, { "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-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-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-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-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-21996", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21996" }, { "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-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-21696", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21696" }, { "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-21853", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21853" }, { "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-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-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-22075", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22075" }, { "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-22093", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22093" }, { "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-38152", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38152" }, { "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-2024-28956", "url": "https://www.cve.org/CVERecord?id=CVE-2024-28956" }, { "name": "CVE-2025-21953", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21953" }, { "name": "CVE-2022-49110", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49110" }, { "name": "CVE-2022-49767", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49767" }, { "name": "CVE-2023-53051", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53051" }, { "name": "CVE-2024-35840", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35840" }, { "name": "CVE-2024-58018", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58018" }, { "name": "CVE-2024-58070", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58070" }, { "name": "CVE-2024-58088", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58088" }, { "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-21729", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21729" }, { "name": "CVE-2025-21755", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21755" }, { "name": "CVE-2025-21768", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21768" }, { "name": "CVE-2025-21808", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21808" }, { "name": "CVE-2025-21833", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21833" }, { "name": "CVE-2025-21836", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21836" }, { "name": "CVE-2025-21852", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21852" }, { "name": "CVE-2025-21854", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21854" }, { "name": "CVE-2025-21863", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21863" }, { "name": "CVE-2025-21873", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21873" }, { "name": "CVE-2025-21884", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21884" }, { "name": "CVE-2025-21889", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21889" }, { "name": "CVE-2025-21894", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21894" }, { "name": "CVE-2025-21895", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21895" }, { "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-21931", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21931" }, { "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-21985", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21985" }, { "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-22029", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22029" }, { "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-23150", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23150" }, { "name": "CVE-2025-37748", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37748" }, { "name": "CVE-2025-37773", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37773" }, { "name": "CVE-2025-37780", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37780" }, { "name": "CVE-2025-37787", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37787" }, { "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-37797", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37797" }, { "name": "CVE-2025-37803", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37803" }, { "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-37879", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37879" }, { "name": "CVE-2025-37948", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37948" }, { "name": "CVE-2025-37949", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37949" }, { "name": "CVE-2025-37963", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37963" }, { "name": "CVE-2022-49769", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49769" }, { "name": "CVE-2022-49770", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49770" }, { "name": "CVE-2022-49771", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49771" }, { "name": "CVE-2022-49772", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49772" }, { "name": "CVE-2022-49775", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49775" }, { "name": "CVE-2022-49776", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49776" }, { "name": "CVE-2022-49777", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49777" }, { "name": "CVE-2022-49779", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49779" }, { "name": "CVE-2022-49783", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49783" }, { "name": "CVE-2022-49787", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49787" }, { "name": "CVE-2022-49788", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49788" }, { "name": "CVE-2022-49789", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49789" }, { "name": "CVE-2022-49790", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49790" }, { "name": "CVE-2022-49792", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49792" }, { "name": "CVE-2022-49793", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49793" }, { "name": "CVE-2022-49794", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49794" }, { "name": "CVE-2022-49796", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49796" }, { "name": "CVE-2022-49797", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49797" }, { "name": "CVE-2022-49799", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49799" }, { "name": "CVE-2022-49800", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49800" }, { "name": "CVE-2022-49801", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49801" }, { "name": "CVE-2022-49802", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49802" }, { "name": "CVE-2022-49807", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49807" }, { "name": "CVE-2022-49809", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49809" }, { "name": "CVE-2022-49810", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49810" }, { "name": "CVE-2022-49812", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49812" }, { "name": "CVE-2022-49813", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49813" }, { "name": "CVE-2022-49818", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49818" }, { "name": "CVE-2022-49821", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49821" }, { "name": "CVE-2022-49822", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49822" }, { "name": "CVE-2022-49823", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49823" }, { "name": "CVE-2022-49824", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49824" }, { "name": "CVE-2022-49825", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49825" }, { "name": "CVE-2022-49826", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49826" }, { "name": "CVE-2022-49827", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49827" }, { "name": "CVE-2022-49830", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49830" }, { "name": "CVE-2022-49832", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49832" }, { "name": "CVE-2022-49834", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49834" }, { "name": "CVE-2022-49835", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49835" }, { "name": "CVE-2022-49836", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49836" }, { "name": "CVE-2022-49839", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49839" }, { "name": "CVE-2022-49841", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49841" }, { "name": "CVE-2022-49842", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49842" }, { "name": "CVE-2022-49845", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49845" }, { "name": "CVE-2022-49846", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49846" }, { "name": "CVE-2022-49850", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49850" }, { "name": "CVE-2022-49853", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49853" }, { "name": "CVE-2022-49858", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49858" }, { "name": "CVE-2022-49860", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49860" }, { "name": "CVE-2022-49861", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49861" }, { "name": "CVE-2022-49863", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49863" }, { "name": "CVE-2022-49864", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49864" }, { "name": "CVE-2022-49865", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49865" }, { "name": "CVE-2022-49868", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49868" }, { "name": "CVE-2022-49869", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49869" }, { "name": "CVE-2022-49870", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49870" }, { "name": "CVE-2022-49871", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49871" }, { "name": "CVE-2022-49874", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49874" }, { "name": "CVE-2022-49879", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49879" }, { "name": "CVE-2022-49880", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49880" }, { "name": "CVE-2022-49881", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49881" }, { "name": "CVE-2022-49885", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49885" }, { "name": "CVE-2022-49887", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49887" }, { "name": "CVE-2022-49888", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49888" }, { "name": "CVE-2022-49889", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49889" }, { "name": "CVE-2022-49890", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49890" }, { "name": "CVE-2022-49891", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49891" }, { "name": "CVE-2022-49892", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49892" }, { "name": "CVE-2022-49900", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49900" }, { "name": "CVE-2022-49905", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49905" }, { "name": "CVE-2022-49906", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49906" }, { "name": "CVE-2022-49908", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49908" }, { "name": "CVE-2022-49909", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49909" }, { "name": "CVE-2022-49910", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49910" }, { "name": "CVE-2022-49915", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49915" }, { "name": "CVE-2022-49916", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49916" }, { "name": "CVE-2022-49922", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49922" }, { "name": "CVE-2022-49923", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49923" }, { "name": "CVE-2022-49924", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49924" }, { "name": "CVE-2022-49925", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49925" }, { "name": "CVE-2022-49927", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49927" }, { "name": "CVE-2022-49928", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49928" }, { "name": "CVE-2022-49931", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49931" }, { "name": "CVE-2023-53035", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53035" }, { "name": "CVE-2023-53038", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53038" }, { "name": "CVE-2023-53039", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53039" }, { "name": "CVE-2023-53040", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53040" }, { "name": "CVE-2023-53041", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53041" }, { "name": "CVE-2023-53044", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53044" }, { "name": "CVE-2023-53045", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53045" }, { "name": "CVE-2023-53049", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53049" }, { "name": "CVE-2023-53052", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53052" }, { "name": "CVE-2023-53054", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53054" }, { "name": "CVE-2023-53056", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53056" }, { "name": "CVE-2023-53058", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53058" }, { "name": "CVE-2023-53059", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53059" }, { "name": "CVE-2023-53060", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53060" }, { "name": "CVE-2023-53062", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53062" }, { "name": "CVE-2023-53064", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53064" }, { "name": "CVE-2023-53065", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53065" }, { "name": "CVE-2023-53066", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53066" }, { "name": "CVE-2023-53068", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53068" }, { "name": "CVE-2023-53075", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53075" }, { "name": "CVE-2023-53077", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53077" }, { "name": "CVE-2023-53078", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53078" }, { "name": "CVE-2023-53079", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53079" }, { "name": "CVE-2023-53081", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53081" }, { "name": "CVE-2023-53084", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53084" }, { "name": "CVE-2023-53087", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53087" }, { "name": "CVE-2023-53089", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53089" }, { "name": "CVE-2023-53090", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53090" }, { "name": "CVE-2023-53091", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53091" }, { "name": "CVE-2023-53092", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53092" }, { "name": "CVE-2023-53093", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53093" }, { "name": "CVE-2023-53096", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53096" }, { "name": "CVE-2023-53098", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53098" }, { "name": "CVE-2023-53099", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53099" }, { "name": "CVE-2023-53100", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53100" }, { "name": "CVE-2023-53101", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53101" }, { "name": "CVE-2023-53106", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53106" }, { "name": "CVE-2023-53108", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53108" }, { "name": "CVE-2023-53111", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53111" }, { "name": "CVE-2023-53114", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53114" }, { "name": "CVE-2023-53116", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53116" }, { "name": "CVE-2023-53118", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53118" }, { "name": "CVE-2023-53119", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53119" }, { "name": "CVE-2023-53123", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53123" }, { "name": "CVE-2023-53124", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53124" }, { "name": "CVE-2023-53125", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53125" }, { "name": "CVE-2023-53131", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53131" }, { "name": "CVE-2023-53134", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53134" }, { "name": "CVE-2023-53137", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53137" }, { "name": "CVE-2023-53139", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53139" }, { "name": "CVE-2023-53140", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53140" }, { "name": "CVE-2023-53142", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53142" }, { "name": "CVE-2023-53143", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53143" }, { "name": "CVE-2023-53145", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53145" }, { "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-37804", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37804" }, { "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-37957", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37957" }, { "name": "CVE-2025-37958", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37958" }, { "name": "CVE-2025-37960", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37960" }, { "name": "CVE-2025-37974", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37974" }, { "name": "CVE-2025-40325", "url": "https://www.cve.org/CVERecord?id=CVE-2025-40325" } ], "initial_release_date": "2025-06-13T00:00:00", "last_revision_date": "2025-06-13T00:00:00", "links": [], "reference": "CERTFR-2025-AVI-0509", "revisions": [ { "description": "Version initiale", "revision_date": "2025-06-13T00:00:00.000000" } ], "risks": [ { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "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" }, { "description": "\u00c9l\u00e9vation de privil\u00e8ges" } ], "summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans le noyau Linux de SUSE. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une ex\u00e9cution de code arbitraire, 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 SUSE", "vendor_advisories": [ { "published_at": "2025-06-11", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01901-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501901-1" }, { "published_at": "2025-06-11", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01894-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501894-1" }, { "published_at": "2025-06-11", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01892-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501892-1" }, { "published_at": "2025-06-10", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:20387-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520387-1" }, { "published_at": "2025-06-10", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01873-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501873-1" }, { "published_at": "2025-06-12", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01930-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501930-1" }, { "published_at": "2025-06-13", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01932-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501932-1" }, { "published_at": "2025-06-10", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:20388-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520388-1" }, { "published_at": "2025-06-12", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01927-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501927-1" }, { "published_at": "2025-06-11", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01908-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501908-1" }, { "published_at": "2025-06-12", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01918-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501918-1" }, { "published_at": "2025-06-12", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01928-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501928-1" }, { "published_at": "2025-06-09", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01843-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501843-1" }, { "published_at": "2025-06-10", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01875-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501875-1" }, { "published_at": "2025-06-12", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01922-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501922-1" }, { "published_at": "2025-06-10", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:20382-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520382-1" }, { "published_at": "2025-06-10", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01853-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501853-1" }, { "published_at": "2025-06-10", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01851-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501851-1" }, { "published_at": "2025-06-12", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01929-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501929-1" }, { "published_at": "2025-06-10", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:20389-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520389-1" }, { "published_at": "2025-06-11", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01899-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501899-1" }, { "published_at": "2025-06-09", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01840-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501840-1" }, { "published_at": "2025-06-09", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01849-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501849-1" }, { "published_at": "2025-06-11", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01893-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501893-1" }, { "published_at": "2025-06-10", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:20383-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520383-1" }, { "published_at": "2025-06-10", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:20384-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520384-1" }, { "published_at": "2025-06-10", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:20381-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520381-1" }, { "published_at": "2025-06-09", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01844-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501844-1" }, { "published_at": "2025-06-12", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01919-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501919-1" }, { "published_at": "2025-06-09", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01839-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501839-1" }, { "published_at": "2025-06-12", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01935-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501935-1" }, { "published_at": "2025-06-10", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01869-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501869-1" }, { "published_at": "2025-06-10", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01868-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501868-1" }, { "published_at": "2025-06-11", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01907-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501907-1" }, { "published_at": "2025-06-10", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:20386-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202520386-1" }, { "published_at": "2025-06-12", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:01906-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-202501906-1" } ] }
CERTFR-2025-AVI-0758
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, 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).
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 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-2023-52477", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52477" }, { "name": "CVE-2024-26686", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26686" }, { "name": "CVE-2024-27074", "url": "https://www.cve.org/CVERecord?id=CVE-2024-27074" }, { "name": "CVE-2024-26739", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26739" }, { "name": "CVE-2021-47345", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47345" }, { "name": "CVE-2024-35866", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35866" }, { "name": "CVE-2024-35867", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35867" }, { "name": "CVE-2024-35943", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35943" }, { "name": "CVE-2024-35790", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35790" }, { "name": "CVE-2024-38540", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38540" }, { "name": "CVE-2024-38541", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38541" }, { "name": "CVE-2024-36908", "url": "https://www.cve.org/CVERecord?id=CVE-2024-36908" }, { "name": "CVE-2024-27402", "url": "https://www.cve.org/CVERecord?id=CVE-2024-27402" }, { "name": "CVE-2022-48893", "url": "https://www.cve.org/CVERecord?id=CVE-2022-48893" }, { "name": "CVE-2024-42322", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42322" }, { "name": "CVE-2024-46751", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46751" }, { "name": "CVE-2024-46774", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46774" }, { "name": "CVE-2024-46787", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46787" }, { "name": "CVE-2024-46816", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46816" }, { "name": "CVE-2024-47685", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47685" }, { "name": "CVE-2024-49960", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49960" }, { "name": "CVE-2024-50047", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50047" }, { "name": "CVE-2024-50073", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50073" }, { "name": "CVE-2024-50272", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50272" }, { "name": "CVE-2024-50280", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50280" }, { "name": "CVE-2024-27407", "url": "https://www.cve.org/CVERecord?id=CVE-2024-27407" }, { "name": "CVE-2024-49989", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49989" }, { "name": "CVE-2024-50125", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50125" }, { "name": "CVE-2024-53051", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53051" }, { "name": "CVE-2024-50202", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50202" }, { "name": "CVE-2024-53130", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53130" }, { "name": "CVE-2024-53131", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53131" }, { "name": "CVE-2024-50051", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50051" }, { "name": "CVE-2024-50258", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50258" }, { "name": "CVE-2024-53203", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53203" }, { "name": "CVE-2024-53128", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53128" }, { "name": "CVE-2024-49887", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49887" }, { "name": "CVE-2024-56751", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56751" }, { "name": "CVE-2024-57979", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57979" }, { "name": "CVE-2024-57994", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57994" }, { "name": "CVE-2025-21705", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21705" }, { "name": "CVE-2025-21715", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21715" }, { "name": "CVE-2025-21716", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21716" }, { "name": "CVE-2025-21719", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21719" }, { "name": "CVE-2025-21724", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21724" }, { "name": "CVE-2025-21725", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21725" }, { "name": "CVE-2025-21728", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21728" }, { "name": "CVE-2025-21733", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21733" }, { "name": "CVE-2025-21753", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21753" }, { "name": "CVE-2025-21754", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21754" }, { "name": "CVE-2025-21767", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21767" }, { "name": "CVE-2025-21790", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21790" }, { "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-2022-49063", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49063" }, { "name": "CVE-2022-49535", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49535" }, { "name": "CVE-2024-57996", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57996" }, { "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-21780", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21780" }, { "name": "CVE-2025-21785", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21785" }, { "name": "CVE-2024-54458", "url": "https://www.cve.org/CVERecord?id=CVE-2024-54458" }, { "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-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-57993", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57993" }, { "name": "CVE-2024-57997", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57997" }, { "name": "CVE-2024-57998", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57998" }, { "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-58011", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58011" }, { "name": "CVE-2024-58013", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58013" }, { "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-58054", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58054" }, { "name": "CVE-2024-58055", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58055" }, { "name": "CVE-2024-58056", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58056" }, { "name": "CVE-2024-58058", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58058" }, { "name": "CVE-2024-58061", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58061" }, { "name": "CVE-2024-58063", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58063" }, { "name": "CVE-2024-58068", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58068" }, { "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-58077", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58077" }, { "name": "CVE-2024-58080", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58080" }, { "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-21706", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21706" }, { "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-21734", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21734" }, { "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-21738", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21738" }, { "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-21750", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21750" }, { "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-21775", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21775" }, { "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-21792", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21792" }, { "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-21812", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21812" }, { "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-21821", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21821" }, { "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-21829", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21829" }, { "name": "CVE-2025-21830", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21830" }, { "name": "CVE-2025-21832", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21832" }, { "name": "CVE-2025-21835", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21835" }, { "name": "CVE-2024-52559", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52559" }, { "name": "CVE-2024-57974", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57974" }, { "name": "CVE-2024-57990", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57990" }, { "name": "CVE-2024-57999", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57999" }, { "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-58006", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58006" }, { "name": "CVE-2024-58019", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58019" }, { "name": "CVE-2024-58057", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58057" }, { "name": "CVE-2024-58078", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58078" }, { "name": "CVE-2024-58079", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58079" }, { "name": "CVE-2025-21714", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21714" }, { "name": "CVE-2025-21723", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21723" }, { "name": "CVE-2025-21732", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21732" }, { "name": "CVE-2025-21739", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21739" }, { "name": "CVE-2025-21741", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21741" }, { "name": "CVE-2025-21742", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21742" }, { "name": "CVE-2025-21743", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21743" }, { "name": "CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "name": "CVE-2025-21773", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21773" }, { "name": "CVE-2025-21784", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21784" }, { "name": "CVE-2025-21793", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21793" }, { "name": "CVE-2025-21810", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21810" }, { "name": "CVE-2025-21815", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21815" }, { "name": "CVE-2025-21825", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21825" }, { "name": "CVE-2025-21828", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21828" }, { "name": "CVE-2025-21838", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21838" }, { "name": "CVE-2025-21839", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21839" }, { "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-21847", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21847" }, { "name": "CVE-2025-21848", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21848" }, { "name": "CVE-2025-21855", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21855" }, { "name": "CVE-2025-21856", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21856" }, { "name": "CVE-2025-21857", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21857" }, { "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-21861", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21861" }, { "name": "CVE-2025-21862", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21862" }, { "name": "CVE-2025-21864", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21864" }, { "name": "CVE-2025-21866", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21866" }, { "name": "CVE-2025-21869", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21869" }, { "name": "CVE-2025-21870", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21870" }, { "name": "CVE-2025-21871", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21871" }, { "name": "CVE-2024-57977", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57977" }, { "name": "CVE-2025-21712", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21712" }, { "name": "CVE-2025-21721", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21721" }, { "name": "CVE-2025-21867", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21867" }, { "name": "CVE-2025-21887", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21887" }, { "name": "CVE-2024-46742", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46742" }, { "name": "CVE-2025-21853", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21853" }, { "name": "CVE-2025-22027", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22027" }, { "name": "CVE-2025-37838", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37838" }, { "name": "CVE-2024-58081", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58081" }, { "name": "CVE-2024-58018", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58018" }, { "name": "CVE-2024-58070", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58070" }, { "name": "CVE-2024-58088", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58088" }, { "name": "CVE-2024-58093", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58093" }, { "name": "CVE-2025-21768", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21768" }, { "name": "CVE-2025-21808", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21808" }, { "name": "CVE-2025-21836", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21836" }, { "name": "CVE-2025-21854", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21854" }, { "name": "CVE-2025-21863", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21863" }, { "name": "CVE-2025-22062", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22062" }, { "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-37749", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37749" }, { "name": "CVE-2025-23140", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23140" }, { "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-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-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-37773", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37773" }, { "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-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-37817", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37817" }, { "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-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-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-37867", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37867" }, { "name": "CVE-2025-37871", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37871" }, { "name": "CVE-2025-37875", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37875" }, { "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-37885", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37885" }, { "name": "CVE-2025-37892", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37892" }, { "name": "CVE-2025-37940", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37940" }, { "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-37905", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37905" }, { "name": "CVE-2025-37909", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37909" }, { "name": "CVE-2025-37911", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37911" }, { "name": "CVE-2025-37912", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37912" }, { "name": "CVE-2025-37913", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37913" }, { "name": "CVE-2025-37914", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37914" }, { "name": "CVE-2025-37915", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37915" }, { "name": "CVE-2025-37923", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37923" }, { "name": "CVE-2025-37927", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37927" }, { "name": "CVE-2025-37930", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37930" }, { "name": "CVE-2025-37932", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37932" }, { "name": "CVE-2025-37949", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37949" }, { "name": "CVE-2025-37964", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37964" }, { "name": "CVE-2025-37967", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37967" }, { "name": "CVE-2025-37969", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37969" }, { "name": "CVE-2025-37970", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37970" }, { "name": "CVE-2025-37990", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37990" }, { "name": "CVE-2025-37991", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37991" }, { "name": "CVE-2025-37750", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37750" }, { "name": "CVE-2025-37974", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37974" }, { "name": "CVE-2022-49168", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49168" }, { "name": "CVE-2025-21868", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21868" }, { "name": "CVE-2025-37998", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37998" }, { "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-57982", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57982" }, { "name": "CVE-2024-58053", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58053" }, { "name": "CVE-2025-21720", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21720" }, { "name": "CVE-2025-37992", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37992" }, { "name": "CVE-2025-37994", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37994" }, { "name": "CVE-2025-37995", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37995" }, { "name": "CVE-2025-38003", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38003" }, { "name": "CVE-2025-38004", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38004" }, { "name": "CVE-2025-38005", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38005" }, { "name": "CVE-2025-38009", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38009" }, { "name": "CVE-2025-38023", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38023" }, { "name": "CVE-2025-38024", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38024" }, { "name": "CVE-2025-38031", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38031" }, { "name": "CVE-2025-38043", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38043" }, { "name": "CVE-2025-38044", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38044" }, { "name": "CVE-2025-38065", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38065" }, { "name": "CVE-2025-38068", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38068" }, { "name": "CVE-2025-38072", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38072" }, { "name": "CVE-2025-38077", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38077" }, { "name": "CVE-2025-38078", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38078" }, { "name": "CVE-2025-38079", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38079" }, { "name": "CVE-2025-38083", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38083" }, { "name": "CVE-2022-21546", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21546" }, { "name": "CVE-2025-38061", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38061" }, { "name": "CVE-2025-38177", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38177" }, { "name": "CVE-2024-57953", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57953" }, { "name": "CVE-2024-57975", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57975" }, { "name": "CVE-2024-57984", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57984" }, { "name": "CVE-2024-58003", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58003" }, { "name": "CVE-2024-58082", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58082" }, { "name": "CVE-2025-21710", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21710" }, { "name": "CVE-2025-21798", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21798" }, { "name": "CVE-2025-21801", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21801" }, { "name": "CVE-2025-21809", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21809" }, { "name": "CVE-2025-21816", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21816" }, { "name": "CVE-2025-38094", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38094" }, { "name": "CVE-2025-38052", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38052" }, { "name": "CVE-2025-38034", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38034" }, { "name": "CVE-2025-38035", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38035" }, { "name": "CVE-2025-38037", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38037" }, { "name": "CVE-2025-38048", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38048" }, { "name": "CVE-2025-38051", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38051" }, { "name": "CVE-2025-38058", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38058" }, { "name": "CVE-2025-38066", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38066" }, { "name": "CVE-2025-38075", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38075" }, { "name": "CVE-2025-38174", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38174" }, { "name": "CVE-2025-38350", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38350" }, { "name": "CVE-2024-54456", "url": "https://www.cve.org/CVERecord?id=CVE-2024-54456" }, { "name": "CVE-2025-21746", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21746" }, { "name": "CVE-2025-21783", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21783" }, { "name": "CVE-2025-21786", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21786" } ], "initial_release_date": "2025-09-05T00:00:00", "last_revision_date": "2025-09-05T00:00:00", "links": [], "reference": "CERTFR-2025-AVI-0758", "revisions": [ { "description": "Version initiale", "revision_date": "2025-09-05T00:00:00.000000" } ], "risks": [ { "description": "D\u00e9ni de service \u00e0 distance" }, { "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": "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 \u00e0 distance, 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 d\u0027Ubuntu", "vendor_advisories": [ { "published_at": "2025-09-02", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7726-4", "url": "https://ubuntu.com/security/notices/USN-7726-4" }, { "published_at": "2025-08-28", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7725-1", "url": "https://ubuntu.com/security/notices/USN-7725-1" }, { "published_at": "2025-08-28", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7726-2", "url": "https://ubuntu.com/security/notices/USN-7726-2" }, { "published_at": "2025-08-28", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7703-4", "url": "https://ubuntu.com/security/notices/USN-7703-4" }, { "published_at": "2025-08-28", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7726-3", "url": "https://ubuntu.com/security/notices/USN-7726-3" }, { "published_at": "2025-08-28", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7724-1", "url": "https://ubuntu.com/security/notices/USN-7724-1" }, { "published_at": "2025-08-28", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7727-2", "url": "https://ubuntu.com/security/notices/USN-7727-2" }, { "published_at": "2025-08-28", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7725-2", "url": "https://ubuntu.com/security/notices/USN-7725-2" }, { "published_at": "2025-08-28", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7704-5", "url": "https://ubuntu.com/security/notices/USN-7704-5" }, { "published_at": "2025-08-28", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7727-1", "url": "https://ubuntu.com/security/notices/USN-7727-1" }, { "published_at": "2025-09-02", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7727-3", "url": "https://ubuntu.com/security/notices/USN-7727-3" }, { "published_at": "2025-08-28", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7726-1", "url": "https://ubuntu.com/security/notices/USN-7726-1" }, { "published_at": "2025-09-02", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7712-2", "url": "https://ubuntu.com/security/notices/USN-7712-2" }, { "published_at": "2025-09-02", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7725-3", "url": "https://ubuntu.com/security/notices/USN-7725-3" }, { "published_at": "2025-09-03", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7737-1", "url": "https://ubuntu.com/security/notices/USN-7737-1" } ] }
CERTFR-2025-AVI-0743
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 une atteinte à l'intégrité 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 24.04 LTS", "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-2025-37850", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37850" }, { "name": "CVE-2025-21861", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21861" }, { "name": "CVE-2024-53203", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53203" }, { "name": "CVE-2024-58088", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58088" }, { "name": "CVE-2025-37892", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37892" }, { "name": "CVE-2025-37859", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37859" }, { "name": "CVE-2025-38043", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38043" }, { "name": "CVE-2025-37792", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37792" }, { "name": "CVE-2025-21783", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21783" }, { "name": "CVE-2025-21786", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21786" }, { "name": "CVE-2025-22027", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22027" }, { "name": "CVE-2025-21847", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21847" }, { "name": "CVE-2025-37766", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37766" }, { "name": "CVE-2025-21853", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21853" }, { "name": "CVE-2025-21871", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21871" }, { "name": "CVE-2025-37844", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37844" }, { "name": "CVE-2025-37871", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37871" }, { "name": "CVE-2024-46751", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46751" }, { "name": "CVE-2025-21823", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21823" }, { "name": "CVE-2025-21763", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21763" }, { "name": "CVE-2025-37790", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37790" }, { "name": "CVE-2025-37758", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37758" }, { "name": "CVE-2025-21796", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21796" }, { "name": "CVE-2024-46787", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46787" }, { "name": "CVE-2022-49168", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49168" }, { "name": "CVE-2024-50125", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50125" }, { "name": "CVE-2025-37841", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37841" }, { "name": "CVE-2025-37770", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37770" }, { "name": "CVE-2025-37773", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37773" }, { "name": "CVE-2025-21768", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21768" }, { "name": "CVE-2024-50047", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50047" }, { "name": "CVE-2025-21864", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21864" }, { "name": "CVE-2025-38061", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38061" }, { "name": "CVE-2025-37983", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37983" }, { "name": "CVE-2025-37798", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37798" }, { "name": "CVE-2025-37819", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37819" }, { "name": "CVE-2024-35867", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35867" }, { "name": "CVE-2025-21839", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21839" }, { "name": "CVE-2025-38023", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38023" }, { "name": "CVE-2025-21779", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21779" }, { "name": "CVE-2025-37789", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37789" }, { "name": "CVE-2025-38004", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38004" }, { "name": "CVE-2024-46816", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46816" }, { "name": "CVE-2025-21712", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21712" }, { "name": "CVE-2025-21746", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21746" }, { "name": "CVE-2025-37867", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37867" }, { "name": "CVE-2025-37857", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37857" }, { "name": "CVE-2025-38066", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38066" }, { "name": "CVE-2025-21836", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21836" }, { "name": "CVE-2025-21781", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21781" }, { "name": "CVE-2025-37927", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37927" }, { "name": "CVE-2025-37911", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37911" }, { "name": "CVE-2024-26686", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26686" }, { "name": "CVE-2024-53128", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53128" }, { "name": "CVE-2025-38068", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38068" }, { "name": "CVE-2025-37930", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37930" }, { "name": "CVE-2025-21772", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21772" }, { "name": "CVE-2025-37810", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37810" }, { "name": "CVE-2025-21868", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21868" }, { "name": "CVE-2025-21792", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21792" }, { "name": "CVE-2025-23159", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23159" }, { "name": "CVE-2025-21855", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21855" }, { "name": "CVE-2025-38065", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38065" }, { "name": "CVE-2025-38031", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38031" }, { "name": "CVE-2024-49960", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49960" }, { "name": "CVE-2025-37741", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37741" }, { "name": "CVE-2025-37912", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37912" }, { "name": "CVE-2025-21767", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21767" }, { "name": "CVE-2025-37985", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37985" }, { "name": "CVE-2025-37787", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37787" }, { "name": "CVE-2025-21764", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21764" }, { "name": "CVE-2024-58093", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58093" }, { "name": "CVE-2025-38034", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38034" }, { "name": "CVE-2025-21838", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21838" }, { "name": "CVE-2025-21867", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21867" }, { "name": "CVE-2025-21704", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21704" }, { "name": "CVE-2025-21766", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21766" }, { "name": "CVE-2025-38024", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38024" }, { "name": "CVE-2024-57834", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57834" }, { "name": "CVE-2022-49063", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49063" }, { "name": "CVE-2025-38078", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38078" }, { "name": "CVE-2025-21791", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21791" }, { "name": "CVE-2024-52559", "url": "https://www.cve.org/CVERecord?id=CVE-2024-52559" }, { "name": "CVE-2025-38077", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38077" }, { "name": "CVE-2025-38005", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38005" }, { "name": "CVE-2025-21795", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21795" }, { "name": "CVE-2022-49535", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49535" }, { "name": "CVE-2025-21758", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21758" }, { "name": "CVE-2025-23158", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23158" }, { "name": "CVE-2025-21780", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21780" }, { "name": "CVE-2025-23144", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23144" }, { "name": "CVE-2025-37969", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37969" }, { "name": "CVE-2025-21787", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21787" }, { "name": "CVE-2022-48893", "url": "https://www.cve.org/CVERecord?id=CVE-2022-48893" }, { "name": "CVE-2025-37742", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37742" }, { "name": "CVE-2025-21776", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21776" }, { "name": "CVE-2025-21706", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21706" }, { "name": "CVE-2025-37765", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37765" }, { "name": "CVE-2025-23161", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23161" }, { "name": "CVE-2025-37803", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37803" }, { "name": "CVE-2025-37824", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37824" }, { "name": "CVE-2025-38003", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38003" }, { "name": "CVE-2025-37923", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37923" }, { "name": "CVE-2024-53051", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53051" }, { "name": "CVE-2025-22062", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22062" }, { "name": "CVE-2025-21760", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21760" }, { "name": "CVE-2025-37739", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37739" }, { "name": "CVE-2025-38079", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38079" }, { "name": "CVE-2025-37940", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37940" }, { "name": "CVE-2025-37964", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37964" }, { "name": "CVE-2024-46742", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46742" }, { "name": "CVE-2024-50272", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50272" }, { "name": "CVE-2025-37915", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37915" }, { "name": "CVE-2025-23146", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23146" }, { "name": "CVE-2025-21785", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21785" }, { "name": "CVE-2025-23142", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23142" }, { "name": "CVE-2024-35790", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35790" }, { "name": "CVE-2025-37738", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37738" }, { "name": "CVE-2024-58086", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58086" }, { "name": "CVE-2025-37830", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37830" }, { "name": "CVE-2025-21857", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21857" }, { "name": "CVE-2025-37991", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37991" }, { "name": "CVE-2025-37781", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37781" }, { "name": "CVE-2025-37797", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37797" }, { "name": "CVE-2025-23145", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23145" }, { "name": "CVE-2025-21848", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21848" }, { "name": "CVE-2025-37823", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37823" }, { "name": "CVE-2024-27402", "url": "https://www.cve.org/CVERecord?id=CVE-2024-27402" }, { "name": "CVE-2025-37740", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37740" }, { "name": "CVE-2025-37829", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37829" }, { "name": "CVE-2025-21866", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21866" }, { "name": "CVE-2025-23151", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23151" }, { "name": "CVE-2025-38037", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38037" }, { "name": "CVE-2025-37796", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37796" }, { "name": "CVE-2025-37883", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37883" }, { "name": "CVE-2025-37811", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37811" }, { "name": "CVE-2025-21862", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21862" }, { "name": "CVE-2025-37767", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37767" }, { "name": "CVE-2025-37989", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37989" }, { "name": "CVE-2024-50280", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50280" }, { "name": "CVE-2025-37768", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37768" }, { "name": "CVE-2024-57977", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57977" }, { "name": "CVE-2025-37970", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37970" }, { "name": "CVE-2025-37905", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37905" }, { "name": "CVE-2025-38094", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38094" }, { "name": "CVE-2025-38072", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38072" }, { "name": "CVE-2025-37967", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37967" }, { "name": "CVE-2025-38075", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38075" }, { "name": "CVE-2025-37885", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37885" }, { "name": "CVE-2025-38000", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38000" }, { "name": "CVE-2025-37949", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37949" }, { "name": "CVE-2024-56751", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56751" }, { "name": "CVE-2025-38058", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38058" }, { "name": "CVE-2024-46774", "url": "https://www.cve.org/CVERecord?id=CVE-2024-46774" }, { "name": "CVE-2025-21762", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21762" }, { "name": "CVE-2025-38083", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38083" }, { "name": "CVE-2025-21869", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21869" }, { "name": "CVE-2024-54458", "url": "https://www.cve.org/CVERecord?id=CVE-2024-54458" }, { "name": "CVE-2025-37840", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37840" }, { "name": "CVE-2024-26739", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26739" }, { "name": "CVE-2025-21859", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21859" }, { "name": "CVE-2024-35866", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35866" }, { "name": "CVE-2024-49989", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49989" }, { "name": "CVE-2024-36908", "url": "https://www.cve.org/CVERecord?id=CVE-2024-36908" }, { "name": "CVE-2025-21761", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21761" }, { "name": "CVE-2025-37982", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37982" }, { "name": "CVE-2025-37992", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37992" }, { "name": "CVE-2025-37932", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37932" }, { "name": "CVE-2025-37890", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37890" }, { "name": "CVE-2025-21844", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21844" }, { "name": "CVE-2025-21784", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21784" }, { "name": "CVE-2025-37914", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37914" }, { "name": "CVE-2024-58020", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58020" }, { "name": "CVE-2025-37794", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37794" }, { "name": "CVE-2025-37836", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37836" }, { "name": "CVE-2024-50258", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50258" }, { "name": "CVE-2025-21775", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21775" }, { "name": "CVE-2024-42322", "url": "https://www.cve.org/CVERecord?id=CVE-2024-42322" }, { "name": "CVE-2025-21846", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21846" }, { "name": "CVE-2025-37771", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37771" }, { "name": "CVE-2025-37998", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37998" }, { "name": "CVE-2025-23163", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23163" }, { "name": "CVE-2025-38048", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38048" }, { "name": "CVE-2025-21765", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21765" }, { "name": "CVE-2025-21782", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21782" }, { "name": "CVE-2025-37757", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37757" }, { "name": "CVE-2025-38177", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38177" }, { "name": "CVE-2025-38009", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38009" }, { "name": "CVE-2025-38001", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38001" }, { "name": "CVE-2025-37817", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37817" }, { "name": "CVE-2025-21870", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21870" }, { "name": "CVE-2025-37838", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37838" }, { "name": "CVE-2025-37749", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37749" }, { "name": "CVE-2024-54456", "url": "https://www.cve.org/CVERecord?id=CVE-2024-54456" }, { "name": "CVE-2024-38541", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38541" }, { "name": "CVE-2025-37756", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37756" }, { "name": "CVE-2025-37994", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37994" }, { "name": "CVE-2025-21773", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21773" }, { "name": "CVE-2024-38540", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38540" }, { "name": "CVE-2025-37858", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37858" }, { "name": "CVE-2025-21858", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21858" }, { "name": "CVE-2025-37780", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37780" }, { "name": "CVE-2025-37995", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37995" }, { "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-21821", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21821" }, { "name": "CVE-2025-37808", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37808" }, { "name": "CVE-2025-38052", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38052" }, { "name": "CVE-2025-38035", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38035" }, { "name": "CVE-2025-37997", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37997" }, { "name": "CVE-2025-37805", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37805" }, { "name": "CVE-2024-50073", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50073" }, { "name": "CVE-2025-37990", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37990" }, { "name": "CVE-2025-21863", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21863" }, { "name": "CVE-2025-21856", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21856" }, { "name": "CVE-2025-37862", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37862" }, { "name": "CVE-2025-38051", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38051" }, { "name": "CVE-2025-37839", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37839" }, { "name": "CVE-2025-37913", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37913" }, { "name": "CVE-2025-38044", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38044" }, { "name": "CVE-2025-21793", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21793" }, { "name": "CVE-2024-35943", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35943" }, { "name": "CVE-2025-21854", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21854" }, { "name": "CVE-2025-37851", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37851" }, { "name": "CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "name": "CVE-2025-37788", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37788" }, { "name": "CVE-2025-37881", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37881" }, { "name": "CVE-2025-37909", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37909" }, { "name": "CVE-2025-37812", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37812" }, { "name": "CVE-2025-37875", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37875" }, { "name": "CVE-2025-21790", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21790" }, { "name": "CVE-2022-21546", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21546" }, { "name": "CVE-2025-23140", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23140" }, { "name": "CVE-2025-23150", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23150" }, { "name": "CVE-2025-23148", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23148" }, { "name": "CVE-2025-21835", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21835" }, { "name": "CVE-2025-23147", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23147" } ], "initial_release_date": "2025-08-29T00:00:00", "last_revision_date": "2025-08-29T00:00:00", "links": [], "reference": "CERTFR-2025-AVI-0743", "revisions": [ { "description": "Version initiale", "revision_date": "2025-08-29T00:00:00.000000" } ], "risks": [ { "description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es" }, { "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 une atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es.", "title": "Multiples vuln\u00e9rabilit\u00e9s dans le noyau Linux d\u0027Ubuntu", "vendor_advisories": [ { "published_at": "2025-08-22", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7711-1", "url": "https://ubuntu.com/security/notices/USN-7711-1" }, { "published_at": "2025-08-26", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7719-1", "url": "https://ubuntu.com/security/notices/USN-7719-1" }, { "published_at": "2025-08-22", "title": "Bulletin de s\u00e9curit\u00e9 Ubuntu USN-7712-1", "url": "https://ubuntu.com/security/notices/USN-7712-1" } ] }
CERTFR-2025-AVI-0336
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans le noyau Linux de SUSE. 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 | ||
---|---|---|---|---|
SUSE | N/A | SUSE Linux Enterprise High Performance Computing 15 SP5 | ||
SUSE | N/A | SUSE Manager Proxy 4.2 | ||
SUSE | N/A | SUSE Linux Enterprise Micro 5.3 | ||
SUSE | N/A | SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 | ||
SUSE | N/A | SUSE Linux Enterprise Micro for Rancher 5.2 | ||
SUSE | N/A | SUSE Linux Enterprise High Performance Computing 12 SP5 | ||
SUSE | N/A | SUSE Linux Enterprise Server 12 SP5 | ||
SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP4 | ||
SUSE | N/A | SUSE Linux Enterprise Server 12 SP5 LTSS | ||
SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP3 | ||
SUSE | N/A | openSUSE Leap 15.4 | ||
SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP4 | ||
SUSE | N/A | openSUSE Leap 15.5 | ||
SUSE | N/A | SUSE Linux Enterprise High Performance Computing 15 SP4 | ||
SUSE | N/A | SUSE Linux Enterprise High Availability Extension 15 SP3 | ||
SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP6 | ||
SUSE | N/A | SUSE Linux Enterprise Server 15 SP5 | ||
SUSE | N/A | SUSE Linux Enterprise Server 15 SP3 Business Critical Linux | ||
SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP5 | ||
SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP5 | ||
SUSE | N/A | SUSE Linux Enterprise Live Patching 12-SP5 | ||
SUSE | N/A | SUSE Manager Retail Branch Server 4.2 | ||
SUSE | N/A | SUSE Linux Enterprise Live Patching 15-SP5 | ||
SUSE | N/A | SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 | ||
SUSE | N/A | SUSE Linux Enterprise Server 15 SP3 | ||
SUSE | N/A | SUSE Linux Enterprise Micro 5.2 | ||
SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP6 | ||
SUSE | N/A | openSUSE Leap 15.6 | ||
SUSE | N/A | SUSE Enterprise Storage 7.1 | ||
SUSE | N/A | SUSE Linux Enterprise Server 15 SP4 | ||
SUSE | N/A | SUSE Linux Enterprise Server 15 SP5 LTSS | ||
SUSE | N/A | SUSE Linux Enterprise Real Time 15 SP4 | ||
SUSE | N/A | SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 | ||
SUSE | N/A | SUSE Manager Server 4.2 | ||
SUSE | N/A | SUSE Linux Enterprise High Performance Computing 15 SP3 | ||
SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP3 | ||
SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 12 SP5 | ||
SUSE | N/A | SUSE Linux Enterprise Server 15 SP3 LTSS | ||
SUSE | N/A | SUSE Linux Enterprise Micro 5.1 | ||
SUSE | N/A | SUSE Linux Enterprise Micro 5.4 | ||
SUSE | N/A | openSUSE Leap 15.3 | ||
SUSE | N/A | SUSE Linux Enterprise Server for SAP Applications 15 SP6 | ||
SUSE | N/A | SUSE Linux Enterprise Server 12 SP5 LTSS Extended Security | ||
SUSE | N/A | SUSE Linux Enterprise Server 15 SP6 | ||
SUSE | N/A | SUSE Linux Enterprise Micro 5.5 |
Title | Publication Time | Tags | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "$ref": "https://www.cert.ssi.gouv.fr/openapi.json", "affected_systems": [ { "description": "SUSE Linux Enterprise High Performance Computing 15 SP5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Manager Proxy 4.2", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro 5.3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Performance Computing LTSS 15 SP3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro for Rancher 5.2", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Performance Computing 12 SP5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 12 SP5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Live Patching 15-SP4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 12 SP5 LTSS", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Live Patching 15-SP3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "openSUSE Leap 15.4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "openSUSE Leap 15.5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Performance Computing 15 SP4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Availability Extension 15 SP3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Live Patching 15-SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 15 SP5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 15 SP3 Business Critical Linux", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server for SAP Applications 15 SP5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Real Time 15 SP5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Live Patching 12-SP5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Manager Retail Branch Server 4.2", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Live Patching 15-SP5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Performance Computing LTSS 15 SP5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 15 SP3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro 5.2", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Real Time 15 SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "openSUSE Leap 15.6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Enterprise Storage 7.1", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 15 SP4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 15 SP5 LTSS", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Real Time 15 SP4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Manager Server 4.2", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise High Performance Computing 15 SP3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server for SAP Applications 12 SP5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 15 SP3 LTSS", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro 5.1", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro 5.4", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "openSUSE Leap 15.3", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server for SAP Applications 15 SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 12 SP5 LTSS Extended Security", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Server 15 SP6", "product": { "name": "N/A", "vendor": { "name": "SUSE", "scada": false } } }, { "description": "SUSE Linux Enterprise Micro 5.5", "product": { "name": "N/A", "vendor": { "name": "SUSE", "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-2017-5753", "url": "https://www.cve.org/CVERecord?id=CVE-2017-5753" }, { "name": "CVE-2020-27835", "url": "https://www.cve.org/CVERecord?id=CVE-2020-27835" }, { "name": "CVE-2022-1016", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1016" }, { "name": "CVE-2022-1184", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1184" }, { "name": "CVE-2022-1048", "url": "https://www.cve.org/CVERecord?id=CVE-2022-1048" }, { "name": "CVE-2022-26373", "url": "https://www.cve.org/CVERecord?id=CVE-2022-26373" }, { "name": "CVE-2022-0168", "url": "https://www.cve.org/CVERecord?id=CVE-2022-0168" }, { "name": "CVE-2022-3435", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3435" }, { "name": "CVE-2022-29901", "url": "https://www.cve.org/CVERecord?id=CVE-2022-29901" }, { "name": "CVE-2022-29900", "url": "https://www.cve.org/CVERecord?id=CVE-2022-29900" }, { "name": "CVE-2022-2977", "url": "https://www.cve.org/CVERecord?id=CVE-2022-2977" }, { "name": "CVE-2022-3303", "url": "https://www.cve.org/CVERecord?id=CVE-2022-3303" }, { "name": "CVE-2023-0179", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0179" }, { "name": "CVE-2023-1652", "url": "https://www.cve.org/CVERecord?id=CVE-2023-1652" }, { "name": "CVE-2023-28410", "url": "https://www.cve.org/CVERecord?id=CVE-2023-28410" }, { "name": "CVE-2023-2162", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2162" }, { "name": "CVE-2023-3567", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3567" }, { "name": "CVE-2021-46925", "url": "https://www.cve.org/CVERecord?id=CVE-2021-46925" }, { "name": "CVE-2024-26634", "url": "https://www.cve.org/CVERecord?id=CVE-2024-26634" }, { "name": "CVE-2021-47248", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47248" }, { "name": "CVE-2024-35910", "url": "https://www.cve.org/CVERecord?id=CVE-2024-35910" }, { "name": "CVE-2024-38559", "url": "https://www.cve.org/CVERecord?id=CVE-2024-38559" }, { "name": "CVE-2024-41005", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41005" }, { "name": "CVE-2024-36968", "url": "https://www.cve.org/CVERecord?id=CVE-2024-36968" }, { "name": "CVE-2024-41090", "url": "https://www.cve.org/CVERecord?id=CVE-2024-41090" }, { "name": "CVE-2021-47517", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47517" }, { "name": "CVE-2022-49014", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49014" }, { "name": "CVE-2024-49935", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49935" }, { "name": "CVE-2024-50269", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50269" }, { "name": "CVE-2024-50290", "url": "https://www.cve.org/CVERecord?id=CVE-2024-50290" }, { "name": "CVE-2024-53063", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53063" }, { "name": "CVE-2024-47678", "url": "https://www.cve.org/CVERecord?id=CVE-2024-47678" }, { "name": "CVE-2024-53140", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53140" }, { "name": "CVE-2024-56642", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56642" }, { "name": "CVE-2024-56651", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56651" }, { "name": "CVE-2024-56600", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56600" }, { "name": "CVE-2024-53124", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53124" }, { "name": "CVE-2024-56633", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56633" }, { "name": "CVE-2024-49940", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49940" }, { "name": "CVE-2024-53176", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53176" }, { "name": "CVE-2024-53178", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53178" }, { "name": "CVE-2024-49571", "url": "https://www.cve.org/CVERecord?id=CVE-2024-49571" }, { "name": "CVE-2024-53680", "url": "https://www.cve.org/CVERecord?id=CVE-2024-53680" }, { "name": "CVE-2024-56640", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56640" }, { "name": "CVE-2024-56770", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56770" }, { "name": "CVE-2024-57900", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57900" }, { "name": "CVE-2021-47633", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47633" }, { "name": "CVE-2021-47644", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47644" }, { "name": "CVE-2022-49076", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49076" }, { "name": "CVE-2022-49089", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49089" }, { "name": "CVE-2022-49134", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49134" }, { "name": "CVE-2022-49135", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49135" }, { "name": "CVE-2022-49151", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49151" }, { "name": "CVE-2022-49178", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49178" }, { "name": "CVE-2022-49182", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49182" }, { "name": "CVE-2022-49201", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49201" }, { "name": "CVE-2022-49247", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49247" }, { "name": "CVE-2022-49490", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49490" }, { "name": "CVE-2022-49626", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49626" }, { "name": "CVE-2022-49661", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49661" }, { "name": "CVE-2024-57979", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57979" }, { "name": "CVE-2025-21802", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21802" }, { "name": "CVE-2021-4453", "url": "https://www.cve.org/CVERecord?id=CVE-2021-4453" }, { "name": "CVE-2021-47631", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47631" }, { "name": "CVE-2021-47632", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47632" }, { "name": "CVE-2021-47635", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47635" }, { "name": "CVE-2021-47636", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47636" }, { "name": "CVE-2021-47637", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47637" }, { "name": "CVE-2021-47638", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47638" }, { "name": "CVE-2021-47639", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47639" }, { "name": "CVE-2021-47641", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47641" }, { "name": "CVE-2021-47642", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47642" }, { "name": "CVE-2021-47643", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47643" }, { "name": "CVE-2021-47645", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47645" }, { "name": "CVE-2021-47646", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47646" }, { "name": "CVE-2021-47647", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47647" }, { "name": "CVE-2021-47648", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47648" }, { "name": "CVE-2021-47649", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47649" }, { "name": "CVE-2021-47650", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47650" }, { "name": "CVE-2021-47651", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47651" }, { "name": "CVE-2021-47652", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47652" }, { "name": "CVE-2021-47653", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47653" }, { "name": "CVE-2021-47654", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47654" }, { "name": "CVE-2021-47656", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47656" }, { "name": "CVE-2021-47657", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47657" }, { "name": "CVE-2021-47659", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47659" }, { "name": "CVE-2022-0995", "url": "https://www.cve.org/CVERecord?id=CVE-2022-0995" }, { "name": "CVE-2022-49044", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49044" }, { "name": "CVE-2022-49050", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49050" }, { "name": "CVE-2022-49051", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49051" }, { "name": "CVE-2022-49054", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49054" }, { "name": "CVE-2022-49055", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49055" }, { "name": "CVE-2022-49058", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49058" }, { "name": "CVE-2022-49059", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49059" }, { "name": "CVE-2022-49060", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49060" }, { "name": "CVE-2022-49061", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49061" }, { "name": "CVE-2022-49063", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49063" }, { "name": "CVE-2022-49065", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49065" }, { "name": "CVE-2022-49066", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49066" }, { "name": "CVE-2022-49073", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49073" }, { "name": "CVE-2022-49074", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49074" }, { "name": "CVE-2022-49078", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49078" }, { "name": "CVE-2022-49082", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49082" }, { "name": "CVE-2022-49083", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49083" }, { "name": "CVE-2022-49084", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49084" }, { "name": "CVE-2022-49085", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49085" }, { "name": "CVE-2022-49086", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49086" }, { "name": "CVE-2022-49088", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49088" }, { "name": "CVE-2022-49090", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49090" }, { "name": "CVE-2022-49091", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49091" }, { "name": "CVE-2022-49092", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49092" }, { "name": "CVE-2022-49093", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49093" }, { "name": "CVE-2022-49095", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49095" }, { "name": "CVE-2022-49096", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49096" }, { "name": "CVE-2022-49097", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49097" }, { "name": "CVE-2022-49098", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49098" }, { "name": "CVE-2022-49099", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49099" }, { "name": "CVE-2022-49100", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49100" }, { "name": "CVE-2022-49102", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49102" }, { "name": "CVE-2022-49103", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49103" }, { "name": "CVE-2022-49104", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49104" }, { "name": "CVE-2022-49105", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49105" }, { "name": "CVE-2022-49106", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49106" }, { "name": "CVE-2022-49107", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49107" }, { "name": "CVE-2022-49109", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49109" }, { "name": "CVE-2022-49111", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49111" }, { "name": "CVE-2022-49112", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49112" }, { "name": "CVE-2022-49113", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49113" }, { "name": "CVE-2022-49114", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49114" }, { "name": "CVE-2022-49115", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49115" }, { "name": "CVE-2022-49116", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49116" }, { "name": "CVE-2022-49118", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49118" }, { "name": "CVE-2022-49119", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49119" }, { "name": "CVE-2022-49120", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49120" }, { "name": "CVE-2022-49121", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49121" }, { "name": "CVE-2022-49122", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49122" }, { "name": "CVE-2022-49126", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49126" }, { "name": "CVE-2022-49128", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49128" }, { "name": "CVE-2022-49129", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49129" }, { "name": "CVE-2022-49130", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49130" }, { "name": "CVE-2022-49131", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49131" }, { "name": "CVE-2022-49132", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49132" }, { "name": "CVE-2022-49137", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49137" }, { "name": "CVE-2022-49145", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49145" }, { "name": "CVE-2022-49147", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49147" }, { "name": "CVE-2022-49148", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49148" }, { "name": "CVE-2022-49153", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49153" }, { "name": "CVE-2022-49154", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49154" }, { "name": "CVE-2022-49155", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49155" }, { "name": "CVE-2022-49156", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49156" }, { "name": "CVE-2022-49157", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49157" }, { "name": "CVE-2022-49158", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49158" }, { "name": "CVE-2022-49159", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49159" }, { "name": "CVE-2022-49160", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49160" }, { "name": "CVE-2022-49162", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49162" }, { "name": "CVE-2022-49163", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49163" }, { "name": "CVE-2022-49164", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49164" }, { "name": "CVE-2022-49165", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49165" }, { "name": "CVE-2022-49174", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49174" }, { "name": "CVE-2022-49175", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49175" }, { "name": "CVE-2022-49176", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49176" }, { "name": "CVE-2022-49177", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49177" }, { "name": "CVE-2022-49179", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49179" }, { "name": "CVE-2022-49180", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49180" }, { "name": "CVE-2022-49185", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49185" }, { "name": "CVE-2022-49187", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49187" }, { "name": "CVE-2022-49188", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49188" }, { "name": "CVE-2022-49189", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49189" }, { "name": "CVE-2022-49193", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49193" }, { "name": "CVE-2022-49194", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49194" }, { "name": "CVE-2022-49196", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49196" }, { "name": "CVE-2022-49199", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49199" }, { "name": "CVE-2022-49200", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49200" }, { "name": "CVE-2022-49206", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49206" }, { "name": "CVE-2022-49208", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49208" }, { "name": "CVE-2022-49212", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49212" }, { "name": "CVE-2022-49213", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49213" }, { "name": "CVE-2022-49214", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49214" }, { "name": "CVE-2022-49216", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49216" }, { "name": "CVE-2022-49217", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49217" }, { "name": "CVE-2022-49218", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49218" }, { "name": "CVE-2022-49221", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49221" }, { "name": "CVE-2022-49222", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49222" }, { "name": "CVE-2022-49224", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49224" }, { "name": "CVE-2022-49226", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49226" }, { "name": "CVE-2022-49227", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49227" }, { "name": "CVE-2022-49232", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49232" }, { "name": "CVE-2022-49235", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49235" }, { "name": "CVE-2022-49236", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49236" }, { "name": "CVE-2022-49239", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49239" }, { "name": "CVE-2022-49241", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49241" }, { "name": "CVE-2022-49242", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49242" }, { "name": "CVE-2022-49243", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49243" }, { "name": "CVE-2022-49244", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49244" }, { "name": "CVE-2022-49246", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49246" }, { "name": "CVE-2022-49248", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49248" }, { "name": "CVE-2022-49249", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49249" }, { "name": "CVE-2022-49250", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49250" }, { "name": "CVE-2022-49251", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49251" }, { "name": "CVE-2022-49252", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49252" }, { "name": "CVE-2022-49253", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49253" }, { "name": "CVE-2022-49254", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49254" }, { "name": "CVE-2022-49256", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49256" }, { "name": "CVE-2022-49257", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49257" }, { "name": "CVE-2022-49258", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49258" }, { "name": "CVE-2022-49259", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49259" }, { "name": "CVE-2022-49260", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49260" }, { "name": "CVE-2022-49261", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49261" }, { "name": "CVE-2022-49262", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49262" }, { "name": "CVE-2022-49263", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49263" }, { "name": "CVE-2022-49264", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49264" }, { "name": "CVE-2022-49265", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49265" }, { "name": "CVE-2022-49266", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49266" }, { "name": "CVE-2022-49268", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49268" }, { "name": "CVE-2022-49269", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49269" }, { "name": "CVE-2022-49270", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49270" }, { "name": "CVE-2022-49271", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49271" }, { "name": "CVE-2022-49272", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49272" }, { "name": "CVE-2022-49273", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49273" }, { "name": "CVE-2022-49274", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49274" }, { "name": "CVE-2022-49275", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49275" }, { "name": "CVE-2022-49276", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49276" }, { "name": "CVE-2022-49277", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49277" }, { "name": "CVE-2022-49278", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49278" }, { "name": "CVE-2022-49279", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49279" }, { "name": "CVE-2022-49280", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49280" }, { "name": "CVE-2022-49281", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49281" }, { "name": "CVE-2022-49283", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49283" }, { "name": "CVE-2022-49285", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49285" }, { "name": "CVE-2022-49286", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49286" }, { "name": "CVE-2022-49287", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49287" }, { "name": "CVE-2022-49288", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49288" }, { "name": "CVE-2022-49290", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49290" }, { "name": "CVE-2022-49291", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49291" }, { "name": "CVE-2022-49292", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49292" }, { "name": "CVE-2022-49294", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49294" }, { "name": "CVE-2022-49295", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49295" }, { "name": "CVE-2022-49297", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49297" }, { "name": "CVE-2022-49298", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49298" }, { "name": "CVE-2022-49299", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49299" }, { "name": "CVE-2022-49300", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49300" }, { "name": "CVE-2022-49301", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49301" }, { "name": "CVE-2022-49302", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49302" }, { "name": "CVE-2022-49304", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49304" }, { "name": "CVE-2022-49305", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49305" }, { "name": "CVE-2022-49307", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49307" }, { "name": "CVE-2022-49308", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49308" }, { "name": "CVE-2022-49309", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49309" }, { "name": "CVE-2022-49310", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49310" }, { "name": "CVE-2022-49311", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49311" }, { "name": "CVE-2022-49312", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49312" }, { "name": "CVE-2022-49313", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49313" }, { "name": "CVE-2022-49314", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49314" }, { "name": "CVE-2022-49315", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49315" }, { "name": "CVE-2022-49316", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49316" }, { "name": "CVE-2022-49319", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49319" }, { "name": "CVE-2022-49320", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49320" }, { "name": "CVE-2022-49321", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49321" }, { "name": "CVE-2022-49322", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49322" }, { "name": "CVE-2022-49323", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49323" }, { "name": "CVE-2022-49326", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49326" }, { "name": "CVE-2022-49327", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49327" }, { "name": "CVE-2022-49328", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49328" }, { "name": "CVE-2022-49331", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49331" }, { "name": "CVE-2022-49332", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49332" }, { "name": "CVE-2022-49335", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49335" }, { "name": "CVE-2022-49336", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49336" }, { "name": "CVE-2022-49337", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49337" }, { "name": "CVE-2022-49339", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49339" }, { "name": "CVE-2022-49341", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49341" }, { "name": "CVE-2022-49342", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49342" }, { "name": "CVE-2022-49343", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49343" }, { "name": "CVE-2022-49345", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49345" }, { "name": "CVE-2022-49346", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49346" }, { "name": "CVE-2022-49347", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49347" }, { "name": "CVE-2022-49348", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49348" }, { "name": "CVE-2022-49349", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49349" }, { "name": "CVE-2022-49350", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49350" }, { "name": "CVE-2022-49351", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49351" }, { "name": "CVE-2022-49352", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49352" }, { "name": "CVE-2022-49354", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49354" }, { "name": "CVE-2022-49356", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49356" }, { "name": "CVE-2022-49357", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49357" }, { "name": "CVE-2022-49367", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49367" }, { "name": "CVE-2022-49368", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49368" }, { "name": "CVE-2022-49370", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49370" }, { "name": "CVE-2022-49371", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49371" }, { "name": "CVE-2022-49373", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49373" }, { "name": "CVE-2022-49375", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49375" }, { "name": "CVE-2022-49376", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49376" }, { "name": "CVE-2022-49377", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49377" }, { "name": "CVE-2022-49378", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49378" }, { "name": "CVE-2022-49379", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49379" }, { "name": "CVE-2022-49381", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49381" }, { "name": "CVE-2022-49382", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49382" }, { "name": "CVE-2022-49384", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49384" }, { "name": "CVE-2022-49385", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49385" }, { "name": "CVE-2022-49386", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49386" }, { "name": "CVE-2022-49389", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49389" }, { "name": "CVE-2022-49392", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49392" }, { "name": "CVE-2022-49394", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49394" }, { "name": "CVE-2022-49396", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49396" }, { "name": "CVE-2022-49397", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49397" }, { "name": "CVE-2022-49398", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49398" }, { "name": "CVE-2022-49399", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49399" }, { "name": "CVE-2022-49400", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49400" }, { "name": "CVE-2022-49402", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49402" }, { "name": "CVE-2022-49404", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49404" }, { "name": "CVE-2022-49407", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49407" }, { "name": "CVE-2022-49409", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49409" }, { "name": "CVE-2022-49410", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49410" }, { "name": "CVE-2022-49411", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49411" }, { "name": "CVE-2022-49412", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49412" }, { "name": "CVE-2022-49413", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49413" }, { "name": "CVE-2022-49414", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49414" }, { "name": "CVE-2022-49416", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49416" }, { "name": "CVE-2022-49418", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49418" }, { "name": "CVE-2022-49421", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49421" }, { "name": "CVE-2022-49422", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49422" }, { "name": "CVE-2022-49424", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49424" }, { "name": "CVE-2022-49426", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49426" }, { "name": "CVE-2022-49427", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49427" }, { "name": "CVE-2022-49429", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49429" }, { "name": "CVE-2022-49430", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49430" }, { "name": "CVE-2022-49431", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49431" }, { "name": "CVE-2022-49432", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49432" }, { "name": "CVE-2022-49433", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49433" }, { "name": "CVE-2022-49434", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49434" }, { "name": "CVE-2022-49435", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49435" }, { "name": "CVE-2022-49437", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49437" }, { "name": "CVE-2022-49438", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49438" }, { "name": "CVE-2022-49440", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49440" }, { "name": "CVE-2022-49441", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49441" }, { "name": "CVE-2022-49442", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49442" }, { "name": "CVE-2022-49443", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49443" }, { "name": "CVE-2022-49444", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49444" }, { "name": "CVE-2022-49445", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49445" }, { "name": "CVE-2022-49447", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49447" }, { "name": "CVE-2022-49448", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49448" }, { "name": "CVE-2022-49449", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49449" }, { "name": "CVE-2022-49451", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49451" }, { "name": "CVE-2022-49453", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49453" }, { "name": "CVE-2022-49455", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49455" }, { "name": "CVE-2022-49459", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49459" }, { "name": "CVE-2022-49460", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49460" }, { "name": "CVE-2022-49462", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49462" }, { "name": "CVE-2022-49463", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49463" }, { "name": "CVE-2022-49466", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49466" }, { "name": "CVE-2022-49467", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49467" }, { "name": "CVE-2022-49468", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49468" }, { "name": "CVE-2022-49472", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49472" }, { "name": "CVE-2022-49473", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49473" }, { "name": "CVE-2022-49474", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49474" }, { "name": "CVE-2022-49475", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49475" }, { "name": "CVE-2022-49477", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49477" }, { "name": "CVE-2022-49478", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49478" }, { "name": "CVE-2022-49480", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49480" }, { "name": "CVE-2022-49481", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49481" }, { "name": "CVE-2022-49482", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49482" }, { "name": "CVE-2022-49486", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49486" }, { "name": "CVE-2022-49487", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49487" }, { "name": "CVE-2022-49488", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49488" }, { "name": "CVE-2022-49489", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49489" }, { "name": "CVE-2022-49491", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49491" }, { "name": "CVE-2022-49492", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49492" }, { "name": "CVE-2022-49493", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49493" }, { "name": "CVE-2022-49494", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49494" }, { "name": "CVE-2022-49495", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49495" }, { "name": "CVE-2022-49498", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49498" }, { "name": "CVE-2022-49501", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49501" }, { "name": "CVE-2022-49502", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49502" }, { "name": "CVE-2022-49503", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49503" }, { "name": "CVE-2022-49504", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49504" }, { "name": "CVE-2022-49505", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49505" }, { "name": "CVE-2022-49506", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49506" }, { "name": "CVE-2022-49507", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49507" }, { "name": "CVE-2022-49508", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49508" }, { "name": "CVE-2022-49509", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49509" }, { "name": "CVE-2022-49512", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49512" }, { "name": "CVE-2022-49514", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49514" }, { "name": "CVE-2022-49515", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49515" }, { "name": "CVE-2022-49517", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49517" }, { "name": "CVE-2022-49519", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49519" }, { "name": "CVE-2022-49520", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49520" }, { "name": "CVE-2022-49521", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49521" }, { "name": "CVE-2022-49522", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49522" }, { "name": "CVE-2022-49523", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49523" }, { "name": "CVE-2022-49524", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49524" }, { "name": "CVE-2022-49525", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49525" }, { "name": "CVE-2022-49526", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49526" }, { "name": "CVE-2022-49527", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49527" }, { "name": "CVE-2022-49532", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49532" }, { "name": "CVE-2022-49534", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49534" }, { "name": "CVE-2022-49535", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49535" }, { "name": "CVE-2022-49536", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49536" }, { "name": "CVE-2022-49537", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49537" }, { "name": "CVE-2022-49541", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49541" }, { "name": "CVE-2022-49542", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49542" }, { "name": "CVE-2022-49544", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49544" }, { "name": "CVE-2022-49545", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49545" }, { "name": "CVE-2022-49546", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49546" }, { "name": "CVE-2022-49549", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49549" }, { "name": "CVE-2022-49551", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49551" }, { "name": "CVE-2022-49555", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49555" }, { "name": "CVE-2022-49556", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49556" }, { "name": "CVE-2022-49559", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49559" }, { "name": "CVE-2022-49562", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49562" }, { "name": "CVE-2022-49563", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49563" }, { "name": "CVE-2022-49564", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49564" }, { "name": "CVE-2022-49566", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49566" }, { "name": "CVE-2022-49568", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49568" }, { "name": "CVE-2022-49569", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49569" }, { "name": "CVE-2022-49570", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49570" }, { "name": "CVE-2022-49579", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49579" }, { "name": "CVE-2022-49581", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49581" }, { "name": "CVE-2022-49583", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49583" }, { "name": "CVE-2022-49584", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49584" }, { "name": "CVE-2022-49591", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49591" }, { "name": "CVE-2022-49592", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49592" }, { "name": "CVE-2022-49603", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49603" }, { "name": "CVE-2022-49605", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49605" }, { "name": "CVE-2022-49606", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49606" }, { "name": "CVE-2022-49607", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49607" }, { "name": "CVE-2022-49609", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49609" }, { "name": "CVE-2022-49610", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49610" }, { "name": "CVE-2022-49611", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49611" }, { "name": "CVE-2022-49613", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49613" }, { "name": "CVE-2022-49615", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49615" }, { "name": "CVE-2022-49616", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49616" }, { "name": "CVE-2022-49617", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49617" }, { "name": "CVE-2022-49618", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49618" }, { "name": "CVE-2022-49621", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49621" }, { "name": "CVE-2022-49623", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49623" }, { "name": "CVE-2022-49625", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49625" }, { "name": "CVE-2022-49627", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49627" }, { "name": "CVE-2022-49628", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49628" }, { "name": "CVE-2022-49631", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49631" }, { "name": "CVE-2022-49634", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49634" }, { "name": "CVE-2022-49640", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49640" }, { "name": "CVE-2022-49641", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49641" }, { "name": "CVE-2022-49642", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49642" }, { "name": "CVE-2022-49643", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49643" }, { "name": "CVE-2022-49644", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49644" }, { "name": "CVE-2022-49645", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49645" }, { "name": "CVE-2022-49646", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49646" }, { "name": "CVE-2022-49647", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49647" }, { "name": "CVE-2022-49648", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49648" }, { "name": "CVE-2022-49649", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49649" }, { "name": "CVE-2022-49652", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49652" }, { "name": "CVE-2022-49653", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49653" }, { "name": "CVE-2022-49656", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49656" }, { "name": "CVE-2022-49657", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49657" }, { "name": "CVE-2022-49663", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49663" }, { "name": "CVE-2022-49665", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49665" }, { "name": "CVE-2022-49667", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49667" }, { "name": "CVE-2022-49668", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49668" }, { "name": "CVE-2022-49670", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49670" }, { "name": "CVE-2022-49671", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49671" }, { "name": "CVE-2022-49672", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49672" }, { "name": "CVE-2022-49673", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49673" }, { "name": "CVE-2022-49674", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49674" }, { "name": "CVE-2022-49675", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49675" }, { "name": "CVE-2022-49676", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49676" }, { "name": "CVE-2022-49677", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49677" }, { "name": "CVE-2022-49678", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49678" }, { "name": "CVE-2022-49679", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49679" }, { "name": "CVE-2022-49680", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49680" }, { "name": "CVE-2022-49683", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49683" }, { "name": "CVE-2022-49685", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49685" }, { "name": "CVE-2022-49687", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49687" }, { "name": "CVE-2022-49688", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49688" }, { "name": "CVE-2022-49693", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49693" }, { "name": "CVE-2022-49695", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49695" }, { "name": "CVE-2022-49699", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49699" }, { "name": "CVE-2022-49700", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49700" }, { "name": "CVE-2022-49701", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49701" }, { "name": "CVE-2022-49703", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49703" }, { "name": "CVE-2022-49704", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49704" }, { "name": "CVE-2022-49705", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49705" }, { "name": "CVE-2022-49707", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49707" }, { "name": "CVE-2022-49708", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49708" }, { "name": "CVE-2022-49710", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49710" }, { "name": "CVE-2022-49711", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49711" }, { "name": "CVE-2022-49712", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49712" }, { "name": "CVE-2022-49713", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49713" }, { "name": "CVE-2022-49714", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49714" }, { "name": "CVE-2022-49715", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49715" }, { "name": "CVE-2022-49716", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49716" }, { "name": "CVE-2022-49719", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49719" }, { "name": "CVE-2022-49720", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49720" }, { "name": "CVE-2022-49721", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49721" }, { "name": "CVE-2022-49722", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49722" }, { "name": "CVE-2022-49723", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49723" }, { "name": "CVE-2022-49724", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49724" }, { "name": "CVE-2022-49725", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49725" }, { "name": "CVE-2022-49726", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49726" }, { "name": "CVE-2022-49729", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49729" }, { "name": "CVE-2022-49730", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49730" }, { "name": "CVE-2022-49731", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49731" }, { "name": "CVE-2022-49733", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49733" }, { "name": "CVE-2024-57996", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57996" }, { "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-21780", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21780" }, { "name": "CVE-2025-21785", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21785" }, { "name": "CVE-2024-57973", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57973" }, { "name": "CVE-2024-58013", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58013" }, { "name": "CVE-2024-58052", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58052" }, { "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-58083", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58083" }, { "name": "CVE-2025-21703", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21703" }, { "name": "CVE-2025-21708", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21708" }, { "name": "CVE-2025-21744", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21744" }, { "name": "CVE-2025-21760", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21760" }, { "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-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-21782", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21782" }, { "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-21821", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21821" }, { "name": "CVE-2021-4454", "url": "https://www.cve.org/CVERecord?id=CVE-2021-4454" }, { "name": "CVE-2022-49053", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49053" }, { "name": "CVE-2022-49056", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49056" }, { "name": "CVE-2022-49057", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49057" }, { "name": "CVE-2022-49062", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49062" }, { "name": "CVE-2022-49064", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49064" }, { "name": "CVE-2022-49070", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49070" }, { "name": "CVE-2022-49071", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49071" }, { "name": "CVE-2022-49075", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49075" }, { "name": "CVE-2022-49123", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49123" }, { "name": "CVE-2022-49125", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49125" }, { "name": "CVE-2022-49133", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49133" }, { "name": "CVE-2022-49136", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49136" }, { "name": "CVE-2022-49138", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49138" }, { "name": "CVE-2022-49139", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49139" }, { "name": "CVE-2022-49144", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49144" }, { "name": "CVE-2022-49183", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49183" }, { "name": "CVE-2022-49192", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49192" }, { "name": "CVE-2022-49202", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49202" }, { "name": "CVE-2022-49203", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49203" }, { "name": "CVE-2022-49204", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49204" }, { "name": "CVE-2022-49205", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49205" }, { "name": "CVE-2022-49207", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49207" }, { "name": "CVE-2022-49209", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49209" }, { "name": "CVE-2022-49215", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49215" }, { "name": "CVE-2022-49219", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49219" }, { "name": "CVE-2022-49225", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49225" }, { "name": "CVE-2022-49228", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49228" }, { "name": "CVE-2022-49230", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49230" }, { "name": "CVE-2022-49233", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49233" }, { "name": "CVE-2022-49237", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49237" }, { "name": "CVE-2022-49238", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49238" }, { "name": "CVE-2022-49293", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49293" }, { "name": "CVE-2022-49296", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49296" }, { "name": "CVE-2022-49306", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49306" }, { "name": "CVE-2022-49325", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49325" }, { "name": "CVE-2022-49329", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49329" }, { "name": "CVE-2022-49330", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49330" }, { "name": "CVE-2022-49333", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49333" }, { "name": "CVE-2022-49338", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49338" }, { "name": "CVE-2022-49353", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49353" }, { "name": "CVE-2022-49359", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49359" }, { "name": "CVE-2022-49362", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49362" }, { "name": "CVE-2022-49365", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49365" }, { "name": "CVE-2022-49390", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49390" }, { "name": "CVE-2022-49406", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49406" }, { "name": "CVE-2022-49419", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49419" }, { "name": "CVE-2022-49436", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49436" }, { "name": "CVE-2022-49446", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49446" }, { "name": "CVE-2022-49458", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49458" }, { "name": "CVE-2022-49465", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49465" }, { "name": "CVE-2022-49470", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49470" }, { "name": "CVE-2022-49476", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49476" }, { "name": "CVE-2022-49479", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49479" }, { "name": "CVE-2022-49483", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49483" }, { "name": "CVE-2022-49484", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49484" }, { "name": "CVE-2022-49485", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49485" }, { "name": "CVE-2022-49497", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49497" }, { "name": "CVE-2022-49499", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49499" }, { "name": "CVE-2022-49510", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49510" }, { "name": "CVE-2022-49511", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49511" }, { "name": "CVE-2022-49516", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49516" }, { "name": "CVE-2022-49518", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49518" }, { "name": "CVE-2022-49529", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49529" }, { "name": "CVE-2022-49530", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49530" }, { "name": "CVE-2022-49533", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49533" }, { "name": "CVE-2022-49538", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49538" }, { "name": "CVE-2022-49543", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49543" }, { "name": "CVE-2022-49548", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49548" }, { "name": "CVE-2022-49552", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49552" }, { "name": "CVE-2022-49560", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49560" }, { "name": "CVE-2022-49565", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49565" }, { "name": "CVE-2022-49624", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49624" }, { "name": "CVE-2022-49635", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49635" }, { "name": "CVE-2022-49638", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49638" }, { "name": "CVE-2022-49650", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49650" }, { "name": "CVE-2022-49655", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49655" }, { "name": "CVE-2022-49658", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49658" }, { "name": "CVE-2022-49686", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49686" }, { "name": "CVE-2022-49694", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49694" }, { "name": "CVE-2022-49697", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49697" }, { "name": "CVE-2022-49732", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49732" }, { "name": "CVE-2022-49739", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49739" }, { "name": "CVE-2022-49746", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49746" }, { "name": "CVE-2022-49748", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49748" }, { "name": "CVE-2022-49751", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49751" }, { "name": "CVE-2022-49753", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49753" }, { "name": "CVE-2022-49755", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49755" }, { "name": "CVE-2022-49759", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49759" }, { "name": "CVE-2023-52930", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52930" }, { "name": "CVE-2023-52933", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52933" }, { "name": "CVE-2023-52935", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52935" }, { "name": "CVE-2023-52939", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52939" }, { "name": "CVE-2023-52941", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52941" }, { "name": "CVE-2023-52973", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52973" }, { "name": "CVE-2023-52974", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52974" }, { "name": "CVE-2023-52975", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52975" }, { "name": "CVE-2023-52976", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52976" }, { "name": "CVE-2023-52979", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52979" }, { "name": "CVE-2023-52983", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52983" }, { "name": "CVE-2023-52984", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52984" }, { "name": "CVE-2023-52988", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52988" }, { "name": "CVE-2023-52989", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52989" }, { "name": "CVE-2023-52992", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52992" }, { "name": "CVE-2023-52993", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52993" }, { "name": "CVE-2023-53000", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53000" }, { "name": "CVE-2023-53005", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53005" }, { "name": "CVE-2023-53006", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53006" }, { "name": "CVE-2023-53007", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53007" }, { "name": "CVE-2023-53008", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53008" }, { "name": "CVE-2023-53010", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53010" }, { "name": "CVE-2023-53015", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53015" }, { "name": "CVE-2023-53016", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53016" }, { "name": "CVE-2023-53019", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53019" }, { "name": "CVE-2023-53023", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53023" }, { "name": "CVE-2023-53024", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53024" }, { "name": "CVE-2023-53025", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53025" }, { "name": "CVE-2023-53026", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53026" }, { "name": "CVE-2023-53028", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53028" }, { "name": "CVE-2023-53029", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53029" }, { "name": "CVE-2023-53030", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53030" }, { "name": "CVE-2023-53033", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53033" }, { "name": "CVE-2025-21693", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21693" }, { "name": "CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "name": "CVE-2025-21831", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21831" }, { "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-21855", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21855" }, { "name": "CVE-2025-21858", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21858" }, { "name": "CVE-2025-21865", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21865" }, { "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-21891", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21891" }, { "name": "CVE-2025-21916", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21916" }, { "name": "CVE-2025-21922", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21922" }, { "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-21993", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21993" }, { "name": "CVE-2025-21996", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21996" }, { "name": "CVE-2025-22007", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22007" }, { "name": "CVE-2022-49046", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49046" }, { "name": "CVE-2022-49191", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49191" }, { "name": "CVE-2022-49220", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49220" }, { "name": "CVE-2022-49344", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49344" }, { "name": "CVE-2022-49372", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49372" }, { "name": "CVE-2022-49388", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49388" }, { "name": "CVE-2022-49395", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49395" }, { "name": "CVE-2022-49513", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49513" }, { "name": "CVE-2022-49578", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49578" }, { "name": "CVE-2022-49589", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49589" }, { "name": "CVE-2022-49619", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49619" }, { "name": "CVE-2022-49620", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49620" }, { "name": "CVE-2022-49727", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49727" }, { "name": "CVE-2022-49740", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49740" }, { "name": "CVE-2023-52997", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52997" }, { "name": "CVE-2023-53031", "url": "https://www.cve.org/CVERecord?id=CVE-2023-53031" }, { "name": "CVE-2025-21969", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21969" } ], "initial_release_date": "2025-04-18T00:00:00", "last_revision_date": "2025-04-18T00:00:00", "links": [], "reference": "CERTFR-2025-AVI-0336", "revisions": [ { "description": "Version initiale", "revision_date": "2025-04-18T00: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 de SUSE. 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 SUSE", "vendor_advisories": [ { "published_at": "2025-04-14", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1225-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251225-1" }, { "published_at": "2025-04-14", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1232-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251232-1" }, { "published_at": "2025-04-14", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1248-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251248-1" }, { "published_at": "2025-04-15", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1276-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251276-1" }, { "published_at": "2025-04-14", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1259-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251259-1" }, { "published_at": "2025-04-15", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1262-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251262-1" }, { "published_at": "2025-04-14", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1241-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251241-1" }, { "published_at": "2025-04-13", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1207-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251207-1" }, { "published_at": "2025-04-14", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1236-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251236-1" }, { "published_at": "2025-04-14", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1260-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251260-1" }, { "published_at": "2025-04-14", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1213-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251213-1" }, { "published_at": "2025-04-14", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1252-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251252-1" }, { "published_at": "2025-04-14", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1238-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251238-1" }, { "published_at": "2025-04-15", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1275-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251275-1" }, { "published_at": "2025-04-15", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1278-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251278-1" }, { "published_at": "2025-04-15", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1263-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251263-1" }, { "published_at": "2025-04-14", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1254-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251254-1" }, { "published_at": "2025-04-14", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1257-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251257-1" }, { "published_at": "2025-04-13", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1214-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251214-1" }, { "published_at": "2025-04-16", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1293-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251293-1" }, { "published_at": "2025-04-14", "title": "Bulletin de s\u00e9curit\u00e9 SUSE SUSE-SU-2025:1231-1", "url": "https://www.suse.com/support/update/announcement/2025/suse-su-20251231-1" } ] }
CERTFR-2025-AVI-0699
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 | 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 Server - AUS 9.6 x86_64 | ||
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 CodeReady Linux Builder for ARM 64 - Extended Update Support 9.6 aarch64 | ||
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 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 - Extended Update Support 9.6 s390x | ||
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 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 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 Enterprise Linux Server for Power LE - Update Services for SAP Solutions 8.6 ppc64le | ||
Red Hat | N/A | Red Hat Enterprise Linux Server - AUS 8.4 x86_64 | ||
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 x86_64 - Extended Update Support Extension 8.4 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 ARM 64 8 aarch64 | ||
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 9 s390x | ||
Red Hat | N/A | Red Hat Enterprise Linux for x86_64 8 x86_64 | ||
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 CodeReady Linux Builder for Power, little endian 8 ppc64le | ||
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 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 |
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.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 Server - AUS 9.6 x86_64", "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 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 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 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 - Extended Update Support 9.6 s390x", "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 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 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 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 Server - AUS 8.4 x86_64", "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 x86_64 - Extended Update Support Extension 8.4 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 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.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 9 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 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 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 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 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 } } } ], "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-38380", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38380" }, { "name": "CVE-2022-50020", "url": "https://www.cve.org/CVERecord?id=CVE-2022-50020" }, { "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-38086", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38086" }, { "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-2025-38292", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38292" }, { "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-2024-58002", "url": "https://www.cve.org/CVERecord?id=CVE-2024-58002" }, { "name": "CVE-2025-38052", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38052" }, { "name": "CVE-2022-49788", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49788" }, { "name": "CVE-2025-21919", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21919" }, { "name": "CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "name": "CVE-2025-23150", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23150" } ], "initial_release_date": "2025-08-14T00:00:00", "last_revision_date": "2025-08-14T00:00:00", "links": [], "reference": "CERTFR-2025-AVI-0699", "revisions": [ { "description": "Version initiale", "revision_date": "2025-08-14T00: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-11", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:13589", "url": "https://access.redhat.com/errata/RHSA-2025:13589" }, { "published_at": "2025-08-13", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:13805", "url": "https://access.redhat.com/errata/RHSA-2025:13805" }, { "published_at": "2025-08-11", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:13602", "url": "https://access.redhat.com/errata/RHSA-2025:13602" }, { "published_at": "2025-08-11", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:13590", "url": "https://access.redhat.com/errata/RHSA-2025:13590" }, { "published_at": "2025-08-13", "title": "Bulletin de s\u00e9curit\u00e9 Red Hat RHSA-2025:13776", "url": "https://access.redhat.com/errata/RHSA-2025:13776" } ] }
rhsa-2025:10829
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: um: Fix out-of-bounds read in LDT setup (CVE-2022-49395)\n\n* kernel: dm ioctl: prevent potential spectre v1 gadget (CVE-2022-49122)\n\n* kernel: ipv6: mcast: extend RCU protection in igmp6_send() (CVE-2025-21759)\n\n* kernel: Squashfs: fix handling and sanity checking of xattr_ids count (CVE-2023-52933)\n\n* kernel: net: atm: fix use after free in lec_send() (CVE-2025-22004)\n\n* kernel: ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() (CVE-2025-22121)\n\n* kernel: ibmvnic: Use kernel helpers for hex dumps (CVE-2025-22104)\n\n* kernel: ext4: ignore xattrs past end (CVE-2025-37738)\n\n* kernel: udf: Fix a slab-out-of-bounds write bug in udf_find_entry() (CVE-2022-49846)\n\n* kernel: net: atlantic: fix aq_vec index out of range error (CVE-2022-50066)\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:10829", "url": "https://access.redhat.com/errata/RHSA-2025:10829" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2347899", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347899" }, { "category": "external", "summary": "2348154", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348154" }, { "category": "external", "summary": "2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "2355476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355476" }, { "category": "external", "summary": "2357142", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357142" }, { "category": "external", "summary": "2360199", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360199" }, { "category": "external", "summary": "2360265", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360265" }, { "category": "external", "summary": "2363305", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363305" }, { "category": "external", "summary": "2363432", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363432" }, { "category": "external", "summary": "2373683", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373683" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_10829.json" } ], "title": "Red Hat Security Advisory: kernel-rt security update", "tracking": { "current_release_date": "2025-10-14T20:07:21+00:00", "generator": { "date": "2025-10-14T20:07:21+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.9" } }, "id": "RHSA-2025:10829", "initial_release_date": "2025-07-14T00:20:20+00:00", "revision_history": [ { "date": "2025-07-14T00:20:20+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-07-14T00:20:20+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-10-14T20:07:21+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.138.1.rt21.210.el9_0.src", "product": { "name": "kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "product_id": "kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-70.138.1.rt21.210.el9_0?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product": { "name": "kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_id": "kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-70.138.1.rt21.210.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product": { "name": "kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_id": "kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-70.138.1.rt21.210.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product": { "name": "kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_id": "kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-70.138.1.rt21.210.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product": { "name": "kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_id": "kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-70.138.1.rt21.210.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product": { "name": "kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_id": "kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-70.138.1.rt21.210.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product": { "name": "kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_id": "kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-70.138.1.rt21.210.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product": { "name": "kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_id": "kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-70.138.1.rt21.210.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product": { "name": "kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_id": "kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-70.138.1.rt21.210.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product": { "name": "kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_id": "kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-70.138.1.rt21.210.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product": { "name": "kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_id": "kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-70.138.1.rt21.210.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product": { "name": "kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_id": "kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-70.138.1.rt21.210.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product": { "name": "kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_id": "kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-70.138.1.rt21.210.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product": { "name": "kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_id": "kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-70.138.1.rt21.210.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product": { "name": "kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_id": "kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-70.138.1.rt21.210.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product": { "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.src" }, "product_reference": "kernel-rt-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.src" }, "product_reference": "kernel-rt-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.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.138.1.rt21.210.el9_0.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "relates_to_product_reference": "RT-9.0.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-49122", "discovery_date": "2025-02-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2348154" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the Linux kernel\u0027s `dm-ioctl` interface in the `lookup_ioctl()` function, which accepts a user-provided `cmd` value that is used to index the `_ioctls` array directly. This issue could lead to an out-of-bounds access if the CPU speculatively executes the array access before `cmd` is confirmed as valid, allowing an attacker to exploit a Spectre v1 gadget attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: dm ioctl: prevent potential spectre v1 gadget", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat has rated this vulnerability with a security impact of Moderate. All Red Hat products are being evaluated for impact and Red Hat will work with the Linux community to analyze and correct any issues found. \n\nSuccessful exploitation of this flaw requires the attacker to have advanced knowledge of the software versions used on the system. \n\nFor additional information about this flaw, including possible mitigations, please refer to: https://access.redhat.com/solutions/3545361", "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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-49122" }, { "category": "external", "summary": "RHBZ#2348154", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348154" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-49122", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49122" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49122", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49122" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2022-49122-b139@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2022-49122-b139@gregkh/T" } ], "release_date": "2025-02-26T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-14T00:20:20+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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:10829" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: dm ioctl: prevent potential spectre v1 gadget" }, { "cve": "CVE-2022-49395", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2025-02-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2347899" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the Linux kernel\u0027s user mode (um) subsystem, specifically within the Local Descriptor Table (LDT) setup functionality. The issue arises from the syscall_stub_data() function misinterpreting the data_count parameter as a byte count rather than a count of longs, leading to an out-of-bounds read. This flaw could expose sensitive kernel memory and cause system instability.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: um: Fix out-of-bounds read in LDT setup", "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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-49395" }, { "category": "external", "summary": "RHBZ#2347899", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347899" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-49395", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49395" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49395", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49395" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022650-CVE-2022-49395-7419@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022650-CVE-2022-49395-7419@gregkh/T" } ], "release_date": "2025-02-26T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-14T00:20:20+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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:10829" } ], "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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: um: Fix out-of-bounds read in LDT setup" }, { "cve": "CVE-2022-49846", "discovery_date": "2025-05-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2363432" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nudf: Fix a slab-out-of-bounds write bug in udf_find_entry()\n\nSyzbot reported a slab-out-of-bounds Write bug:\n\nloop0: detected capacity change from 0 to 2048\n==================================================================\nBUG: KASAN: slab-out-of-bounds in udf_find_entry+0x8a5/0x14f0\nfs/udf/namei.c:253\nWrite of size 105 at addr ffff8880123ff896 by task syz-executor323/3610\n\nCPU: 0 PID: 3610 Comm: syz-executor323 Not tainted\n6.1.0-rc2-syzkaller-00105-gb229b6ca5abb #0\nHardware name: Google Compute Engine/Google Compute Engine, BIOS\nGoogle 10/11/2022\nCall Trace:\n \u003cTASK\u003e\n __dump_stack lib/dump_stack.c:88 [inline]\n dump_stack_lvl+0x1b1/0x28e lib/dump_stack.c:106\n print_address_description+0x74/0x340 mm/kasan/report.c:284\n print_report+0x107/0x1f0 mm/kasan/report.c:395\n kasan_report+0xcd/0x100 mm/kasan/report.c:495\n kasan_check_range+0x2a7/0x2e0 mm/kasan/generic.c:189\n memcpy+0x3c/0x60 mm/kasan/shadow.c:66\n udf_find_entry+0x8a5/0x14f0 fs/udf/namei.c:253\n udf_lookup+0xef/0x340 fs/udf/namei.c:309\n lookup_open fs/namei.c:3391 [inline]\n open_last_lookups fs/namei.c:3481 [inline]\n path_openat+0x10e6/0x2df0 fs/namei.c:3710\n do_filp_open+0x264/0x4f0 fs/namei.c:3740\n do_sys_openat2+0x124/0x4e0 fs/open.c:1310\n do_sys_open fs/open.c:1326 [inline]\n __do_sys_creat fs/open.c:1402 [inline]\n __se_sys_creat fs/open.c:1396 [inline]\n __x64_sys_creat+0x11f/0x160 fs/open.c:1396\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\nRIP: 0033:0x7ffab0d164d9\nCode: ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 48 89 f8 48 89\nf7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 \u003c48\u003e 3d 01\nf0 ff ff 73 01 c3 48 c7 c1 c0 ff ff ff f7 d8 64 89 01 48\nRSP: 002b:00007ffe1a7e6bb8 EFLAGS: 00000246 ORIG_RAX: 0000000000000055\nRAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007ffab0d164d9\nRDX: 00007ffab0d164d9 RSI: 0000000000000000 RDI: 0000000020000180\nRBP: 00007ffab0cd5a10 R08: 0000000000000000 R09: 0000000000000000\nR10: 00005555573552c0 R11: 0000000000000246 R12: 00007ffab0cd5aa0\nR13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000\n \u003c/TASK\u003e\n\nAllocated by task 3610:\n kasan_save_stack mm/kasan/common.c:45 [inline]\n kasan_set_track+0x3d/0x60 mm/kasan/common.c:52\n ____kasan_kmalloc mm/kasan/common.c:371 [inline]\n __kasan_kmalloc+0x97/0xb0 mm/kasan/common.c:380\n kmalloc include/linux/slab.h:576 [inline]\n udf_find_entry+0x7b6/0x14f0 fs/udf/namei.c:243\n udf_lookup+0xef/0x340 fs/udf/namei.c:309\n lookup_open fs/namei.c:3391 [inline]\n open_last_lookups fs/namei.c:3481 [inline]\n path_openat+0x10e6/0x2df0 fs/namei.c:3710\n do_filp_open+0x264/0x4f0 fs/namei.c:3740\n do_sys_openat2+0x124/0x4e0 fs/open.c:1310\n do_sys_open fs/open.c:1326 [inline]\n __do_sys_creat fs/open.c:1402 [inline]\n __se_sys_creat fs/open.c:1396 [inline]\n __x64_sys_creat+0x11f/0x160 fs/open.c:1396\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nThe buggy address belongs to the object at ffff8880123ff800\n which belongs to the cache kmalloc-256 of size 256\nThe buggy address is located 150 bytes inside of\n 256-byte region [ffff8880123ff800, ffff8880123ff900)\n\nThe buggy address belongs to the physical page:\npage:ffffea000048ff80 refcount:1 mapcount:0 mapping:0000000000000000\nindex:0x0 pfn:0x123fe\nhead:ffffea000048ff80 order:1 compound_mapcount:0 compound_pincount:0\nflags: 0xfff00000010200(slab|head|node=0|zone=1|lastcpupid=0x7ff)\nraw: 00fff00000010200 ffffea00004b8500 dead000000000003 ffff888012041b40\nraw: 0000000000000000 0000000080100010 00000001ffffffff 0000000000000000\npage dumped because: kasan: bad access detected\npage_owner tracks the page as allocated\npage last allocated via order 0, migratetype Unmovable, gfp_mask 0x0(),\npid 1, tgid 1 (swapper/0), ts 1841222404, free_ts 0\n create_dummy_stack mm/page_owner.c:\n---truncated---", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: udf: Fix a slab-out-of-bounds write bug in udf_find_entry()", "title": "Vulnerability summary" }, { "category": "other", "text": "A slab-out-of-bounds write was discovered in udf_find_entry() due to incorrect allocation size when handling long filenames in split name descriptors. This can be triggered by mounting a crafted UDF image and attempting to create a file with a specially constructed name. Although local privileges are required, the flaw allows kernel memory corruption, leading to potential privilege escalation or DoS.", "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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-49846" }, { "category": "external", "summary": "RHBZ#2363432", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363432" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-49846", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49846" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49846", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49846" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025050142-CVE-2022-49846-728c@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025050142-CVE-2022-49846-728c@gregkh/T" } ], "release_date": "2025-05-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-14T00:20:20+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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:10829" }, { "category": "workaround", "details": "To mitigate this issue, prevent module udf 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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H", "version": "3.1" }, "products": [ "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: udf: Fix a slab-out-of-bounds write bug in udf_find_entry()" }, { "cve": "CVE-2022-50066", "cwe": { "id": "CWE-823", "name": "Use of Out-of-range Pointer Offset" }, "discovery_date": "2025-06-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2373683" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the Linux kernel\u0027s Aquantia Atlantic driver, where a lack of proper bounds checking during loop indexing can lead to an out-of-bounds access. This can lead to undefined system behavior and a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net: atlantic: fix aq_vec index out of range error", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability in the Aquantia network driver (atlantic) allows out-of-bounds access to the aq_vec[] array, which can lead to a kernel crash. However, triggering this issue requires privileges, as it occurs in internal kernel functions like aq_nic_stop() and aq_vec_isr(), typically invoked during device suspend or shutdown. This bug was observable through a UBSAN report in aq_nic_stop().", "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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-50066" }, { "category": "external", "summary": "RHBZ#2373683", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373683" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-50066", "url": "https://www.cve.org/CVERecord?id=CVE-2022-50066" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50066", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50066" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025061851-CVE-2022-50066-a2ad@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025061851-CVE-2022-50066-a2ad@gregkh/T" } ], "release_date": "2025-06-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-14T00:20:20+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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:10829" }, { "category": "workaround", "details": "To mitigate this issue, prevent module atlantic 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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: net: atlantic: fix aq_vec index out of range error" }, { "cve": "CVE-2023-52933", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2025-03-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2355476" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nSquashfs: fix handling and sanity checking of xattr_ids count\n\nA Sysbot [1] corrupted filesystem exposes two flaws in the handling and\nsanity checking of the xattr_ids count in the filesystem. Both of these\nflaws cause computation overflow due to incorrect typing.\n\nIn the corrupted filesystem the xattr_ids value is 4294967071, which\nstored in a signed variable becomes the negative number -225.\n\nFlaw 1 (64-bit systems only):\n\nThe signed integer xattr_ids variable causes sign extension.\n\nThis causes variable overflow in the SQUASHFS_XATTR_*(A) macros. The\nvariable is first multiplied by sizeof(struct squashfs_xattr_id) where the\ntype of the sizeof operator is \"unsigned long\".\n\nOn a 64-bit system this is 64-bits in size, and causes the negative number\nto be sign extended and widened to 64-bits and then become unsigned. This\nproduces the very large number 18446744073709548016 or 2^64 - 3600. This\nnumber when rounded up by SQUASHFS_METADATA_SIZE - 1 (8191 bytes) and\ndivided by SQUASHFS_METADATA_SIZE overflows and produces a length of 0\n(stored in len).\n\nFlaw 2 (32-bit systems only):\n\nOn a 32-bit system the integer variable is not widened by the unsigned\nlong type of the sizeof operator (32-bits), and the signedness of the\nvariable has no effect due it always being treated as unsigned.\n\nThe above corrupted xattr_ids value of 4294967071, when multiplied\noverflows and produces the number 4294963696 or 2^32 - 3400. This number\nwhen rounded up by SQUASHFS_METADATA_SIZE - 1 (8191 bytes) and divided by\nSQUASHFS_METADATA_SIZE overflows again and produces a length of 0.\n\nThe effect of the 0 length computation:\n\nIn conjunction with the corrupted xattr_ids field, the filesystem also has\na corrupted xattr_table_start value, where it matches the end of\nfilesystem value of 850.\n\nThis causes the following sanity check code to fail because the\nincorrectly computed len of 0 matches the incorrect size of the table\nreported by the superblock (0 bytes).\n\n len = SQUASHFS_XATTR_BLOCK_BYTES(*xattr_ids);\n indexes = SQUASHFS_XATTR_BLOCKS(*xattr_ids);\n\n /*\n * The computed size of the index table (len bytes) should exactly\n * match the table start and end points\n */\n start = table_start + sizeof(*id_table);\n end = msblk-\u003ebytes_used;\n\n if (len != (end - start))\n return ERR_PTR(-EINVAL);\n\nChanging the xattr_ids variable to be \"usigned int\" fixes the flaw on a\n64-bit system. This relies on the fact the computation is widened by the\nunsigned long type of the sizeof operator.\n\nCasting the variable to u64 in the above macro fixes this flaw on a 32-bit\nsystem.\n\nIt also means 64-bit systems do not implicitly rely on the type of the\nsizeof operator to widen the computation.\n\n[1] https://lore.kernel.org/lkml/000000000000cd44f005f1a0f17f@google.com/", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: Squashfs: fix handling and sanity checking of xattr_ids count", "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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-52933" }, { "category": "external", "summary": "RHBZ#2355476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355476" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-52933", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52933" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52933", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52933" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025032720-CVE-2023-52933-f292@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025032720-CVE-2023-52933-f292@gregkh/T" } ], "release_date": "2025-03-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-14T00:20:20+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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:10829" } ], "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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: Squashfs: fix handling and sanity checking of xattr_ids count" }, { "cve": "CVE-2025-21759", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-02-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2348596" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: mcast: extend RCU protection in igmp6_send()\n\nigmp6_send() can be called without RTNL or RCU being held.\n\nExtend RCU protection so that we can safely fetch the net pointer\nand avoid a potential UAF.\n\nNote that we no longer can use sock_alloc_send_skb() because\nipv6.igmp_sk uses GFP_KERNEL allocations which can sleep.\n\nInstead use alloc_skb() and charge the net-\u003eipv6.igmp_sk\nsocket under RCU protection.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()", "title": "Vulnerability summary" }, { "category": "other", "text": "The patch extends RCU protection in igmp6_send() to prevent a potential use-after-free (UAF) when accessing net-\u003eipv6.igmp_sk. This function could be invoked without holding RTNL or RCU, making concurrent access unsafe in network namespace contexts. The fix replaces sock_alloc_send_skb() with alloc_skb() and sets the owner under RCU to ensure safe allocation. The bug actual only if IPV6 being used and IGMPv6 (Internet Group Management Protocol for IPv6) being used too. The security impact is limited, because no known way to trigger the bug (see in the patch description: \"Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF\").", "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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21759" }, { "category": "external", "summary": "RHBZ#2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T" } ], "release_date": "2025-02-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-14T00:20:20+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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:10829" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.6, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()" }, { "cve": "CVE-2025-22004", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-04-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2357142" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: atm: fix use after free in lec_send()\n\nThe -\u003esend() operation frees skb so save the length before calling\n-\u003esend() to avoid a use after free.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net: atm: fix use after free in lec_send()", "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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-22004" }, { "category": "external", "summary": "RHBZ#2357142", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357142" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-22004", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22004" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22004", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22004" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025040349-CVE-2025-22004-64f9@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025040349-CVE-2025-22004-64f9@gregkh/T" } ], "release_date": "2025-04-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-14T00:20:20+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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:10829" } ], "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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: net: atm: fix use after free in lec_send()" }, { "cve": "CVE-2025-22104", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "discovery_date": "2025-04-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2360265" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nibmvnic: Use kernel helpers for hex dumps\n\nPreviously, when the driver was printing hex dumps, the buffer was cast\nto an 8 byte long and printed using string formatters. If the buffer\nsize was not a multiple of 8 then a read buffer overflow was possible.\n\nTherefore, create a new ibmvnic function that loops over a buffer and\ncalls hex_dump_to_buffer instead.\n\nThis patch address KASAN reports like the one below:\n ibmvnic 30000003 env3: Login Buffer:\n ibmvnic 30000003 env3: 01000000af000000\n \u003c...\u003e\n ibmvnic 30000003 env3: 2e6d62692e736261\n ibmvnic 30000003 env3: 65050003006d6f63\n ==================================================================\n BUG: KASAN: slab-out-of-bounds in ibmvnic_login+0xacc/0xffc [ibmvnic]\n Read of size 8 at addr c0000001331a9aa8 by task ip/17681\n \u003c...\u003e\n Allocated by task 17681:\n \u003c...\u003e\n ibmvnic_login+0x2f0/0xffc [ibmvnic]\n ibmvnic_open+0x148/0x308 [ibmvnic]\n __dev_open+0x1ac/0x304\n \u003c...\u003e\n The buggy address is located 168 bytes inside of\n allocated 175-byte region [c0000001331a9a00, c0000001331a9aaf)\n \u003c...\u003e\n =================================================================\n ibmvnic 30000003 env3: 000000000033766e", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ibmvnic: Use kernel helpers for hex dumps", "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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-22104" }, { "category": "external", "summary": "RHBZ#2360265", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360265" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-22104", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22104" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22104", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22104" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025041622-CVE-2025-22104-0a82@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025041622-CVE-2025-22104-0a82@gregkh/T" } ], "release_date": "2025-04-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-14T00:20:20+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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:10829" } ], "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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ibmvnic: Use kernel helpers for hex dumps" }, { "cve": "CVE-2025-22121", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2025-04-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2360199" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()\n\nThere\u0027s issue as follows:\nBUG: KASAN: use-after-free in ext4_xattr_inode_dec_ref_all+0x6ff/0x790\nRead of size 4 at addr ffff88807b003000 by task syz-executor.0/15172\n\nCPU: 3 PID: 15172 Comm: syz-executor.0\nCall Trace:\n __dump_stack lib/dump_stack.c:82 [inline]\n dump_stack+0xbe/0xfd lib/dump_stack.c:123\n print_address_description.constprop.0+0x1e/0x280 mm/kasan/report.c:400\n __kasan_report.cold+0x6c/0x84 mm/kasan/report.c:560\n kasan_report+0x3a/0x50 mm/kasan/report.c:585\n ext4_xattr_inode_dec_ref_all+0x6ff/0x790 fs/ext4/xattr.c:1137\n ext4_xattr_delete_inode+0x4c7/0xda0 fs/ext4/xattr.c:2896\n ext4_evict_inode+0xb3b/0x1670 fs/ext4/inode.c:323\n evict+0x39f/0x880 fs/inode.c:622\n iput_final fs/inode.c:1746 [inline]\n iput fs/inode.c:1772 [inline]\n iput+0x525/0x6c0 fs/inode.c:1758\n ext4_orphan_cleanup fs/ext4/super.c:3298 [inline]\n ext4_fill_super+0x8c57/0xba40 fs/ext4/super.c:5300\n mount_bdev+0x355/0x410 fs/super.c:1446\n legacy_get_tree+0xfe/0x220 fs/fs_context.c:611\n vfs_get_tree+0x8d/0x2f0 fs/super.c:1576\n do_new_mount fs/namespace.c:2983 [inline]\n path_mount+0x119a/0x1ad0 fs/namespace.c:3316\n do_mount+0xfc/0x110 fs/namespace.c:3329\n __do_sys_mount fs/namespace.c:3540 [inline]\n __se_sys_mount+0x219/0x2e0 fs/namespace.c:3514\n do_syscall_64+0x33/0x40 arch/x86/entry/common.c:46\n entry_SYSCALL_64_after_hwframe+0x67/0xd1\n\nMemory state around the buggy address:\n ffff88807b002f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n ffff88807b002f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n\u003effff88807b003000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\n ^\n ffff88807b003080: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\n ffff88807b003100: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\n\nAbove issue happens as ext4_xattr_delete_inode() isn\u0027t check xattr\nis valid if xattr is in inode.\nTo solve above issue call xattr_check_inode() check if xattr if valid\nin inode. In fact, we can directly verify in ext4_iget_extra_inode(),\nso that there is no divergent verification.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()", "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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-22121" }, { "category": "external", "summary": "RHBZ#2360199", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360199" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-22121", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22121" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22121", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22121" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025041628-CVE-2025-22121-52fd@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025041628-CVE-2025-22121-52fd@gregkh/T" } ], "release_date": "2025-04-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-14T00:20:20+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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:10829" } ], "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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()" }, { "cve": "CVE-2025-37738", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-05-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2363305" } ], "notes": [ { "category": "description", "text": "A use-after-free vulnerability has been discovered in the Linux kernel, specifically within the ext4_xattr_inode_dec_ref_all function (related to the ext4 filesystem\u0027s extended attributes). An attacker could exploit this flaw by providing a specially crafted payload, leading to a denial of service condition that compromises system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ext4: ignore xattrs past end", "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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-37738" }, { "category": "external", "summary": "RHBZ#2363305", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363305" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-37738", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37738" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37738", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37738" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025050132-CVE-2025-37738-deb1@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025050132-CVE-2025-37738-deb1@gregkh/T" } ], "release_date": "2025-05-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-14T00:20:20+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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:10829" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] } ], "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.138.1.rt21.210.el9_0.src", "NFV-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "NFV-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.src", "RT-9.0.0.Z.E4S:kernel-rt-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-devel-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-kvm-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64", "RT-9.0.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-70.138.1.rt21.210.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ext4: ignore xattrs past end" } ] }
rhsa-2025:15656
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 8.2 Advanced Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: ext4: use-after-free in ext4_xattr_set_entry() (CVE-2023-2513)\n\n* kernel: ipv6: mcast: extend RCU protection in igmp6_send() (CVE-2025-21759)\n\n* kernel: udp: Fix memory accounting leak. (CVE-2025-22058)\n\n* kernel: md-raid10: fix KASAN warning (CVE-2022-50211)\n\n* kernel: posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del() (CVE-2025-38352)\n\n* kernel: tipc: Fix use-after-free in tipc_conn_close() (CVE-2025-38464)\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:15656", "url": "https://access.redhat.com/errata/RHSA-2025:15656" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2193097", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2193097" }, { "category": "external", "summary": "2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "2360276", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360276" }, { "category": "external", "summary": "2373662", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373662" }, { "category": "external", "summary": "2382581", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2382581" }, { "category": "external", "summary": "2383509", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383509" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_15656.json" } ], "title": "Red Hat Security Advisory: kernel security update", "tracking": { "current_release_date": "2025-10-21T02:00:19+00:00", "generator": { "date": "2025-10-21T02:00:19+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.9" } }, "id": "RHSA-2025:15656", "initial_release_date": "2025-09-10T18:25:22+00:00", "revision_history": [ { "date": "2025-09-10T18:25:22+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-09-10T18:25:22+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-10-21T02:00:19+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.2)", "product": { "name": "Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:8.2::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "kernel-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "kernel-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "perf-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "perf-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-193.168.1.el8_2?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "product": { "name": "python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "product_id": "python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-193.168.1.el8_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "kernel-0:4.18.0-193.168.1.el8_2.src", "product": { "name": "kernel-0:4.18.0-193.168.1.el8_2.src", "product_id": "kernel-0:4.18.0-193.168.1.el8_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-193.168.1.el8_2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "product": { "name": "kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "product_id": "kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-whitelists@4.18.0-193.168.1.el8_2?arch=noarch" } } }, { "category": "product_version", "name": "kernel-doc-0:4.18.0-193.168.1.el8_2.noarch", "product": { "name": "kernel-doc-0:4.18.0-193.168.1.el8_2.noarch", "product_id": "kernel-doc-0:4.18.0-193.168.1.el8_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@4.18.0-193.168.1.el8_2?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-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:4.18.0-193.168.1.el8_2.src as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src" }, "product_reference": "kernel-0:4.18.0-193.168.1.el8_2.src", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "kernel-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch" }, "product_reference": "kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:4.18.0-193.168.1.el8_2.noarch as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch" }, "product_reference": "kernel-doc-0:4.18.0-193.168.1.el8_2.noarch", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "perf-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v. 8.2)", "product_id": "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "relates_to_product_reference": "BaseOS-8.2.0.Z.AUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-50211", "cwe": { "id": "CWE-823", "name": "Use of Out-of-range Pointer Offset" }, "discovery_date": "2025-06-18T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2373662" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmd-raid10: fix KASAN warning\n\nThere\u0027s a KASAN warning in raid10_remove_disk when running the lvm\ntest lvconvert-raid-reshape.sh. We fix this warning by verifying that the\nvalue \"number\" is valid.\n\nBUG: KASAN: slab-out-of-bounds in raid10_remove_disk+0x61/0x2a0 [raid10]\nRead of size 8 at addr ffff889108f3d300 by task mdX_raid10/124682\n\nCPU: 3 PID: 124682 Comm: mdX_raid10 Not tainted 5.19.0-rc6 #1\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.14.0-2 04/01/2014\nCall Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x34/0x44\n print_report.cold+0x45/0x57a\n ? __lock_text_start+0x18/0x18\n ? raid10_remove_disk+0x61/0x2a0 [raid10]\n kasan_report+0xa8/0xe0\n ? raid10_remove_disk+0x61/0x2a0 [raid10]\n raid10_remove_disk+0x61/0x2a0 [raid10]\nBuffer I/O error on dev dm-76, logical block 15344, async page read\n ? __mutex_unlock_slowpath.constprop.0+0x1e0/0x1e0\n remove_and_add_spares+0x367/0x8a0 [md_mod]\n ? super_written+0x1c0/0x1c0 [md_mod]\n ? mutex_trylock+0xac/0x120\n ? _raw_spin_lock+0x72/0xc0\n ? _raw_spin_lock_bh+0xc0/0xc0\n md_check_recovery+0x848/0x960 [md_mod]\n raid10d+0xcf/0x3360 [raid10]\n ? sched_clock_cpu+0x185/0x1a0\n ? rb_erase+0x4d4/0x620\n ? var_wake_function+0xe0/0xe0\n ? psi_group_change+0x411/0x500\n ? preempt_count_sub+0xf/0xc0\n ? _raw_spin_lock_irqsave+0x78/0xc0\n ? __lock_text_start+0x18/0x18\n ? raid10_sync_request+0x36c0/0x36c0 [raid10]\n ? preempt_count_sub+0xf/0xc0\n ? _raw_spin_unlock_irqrestore+0x19/0x40\n ? del_timer_sync+0xa9/0x100\n ? try_to_del_timer_sync+0xc0/0xc0\n ? _raw_spin_lock_irqsave+0x78/0xc0\n ? __lock_text_start+0x18/0x18\n ? _raw_spin_unlock_irq+0x11/0x24\n ? __list_del_entry_valid+0x68/0xa0\n ? finish_wait+0xa3/0x100\n md_thread+0x161/0x260 [md_mod]\n ? unregister_md_personality+0xa0/0xa0 [md_mod]\n ? _raw_spin_lock_irqsave+0x78/0xc0\n ? prepare_to_wait_event+0x2c0/0x2c0\n ? unregister_md_personality+0xa0/0xa0 [md_mod]\n kthread+0x148/0x180\n ? kthread_complete_and_exit+0x20/0x20\n ret_from_fork+0x1f/0x30\n \u003c/TASK\u003e\n\nAllocated by task 124495:\n kasan_save_stack+0x1e/0x40\n __kasan_kmalloc+0x80/0xa0\n setup_conf+0x140/0x5c0 [raid10]\n raid10_run+0x4cd/0x740 [raid10]\n md_run+0x6f9/0x1300 [md_mod]\n raid_ctr+0x2531/0x4ac0 [dm_raid]\n dm_table_add_target+0x2b0/0x620 [dm_mod]\n table_load+0x1c8/0x400 [dm_mod]\n ctl_ioctl+0x29e/0x560 [dm_mod]\n dm_compat_ctl_ioctl+0x7/0x20 [dm_mod]\n __do_compat_sys_ioctl+0xfa/0x160\n do_syscall_64+0x90/0xc0\n entry_SYSCALL_64_after_hwframe+0x46/0xb0\n\nLast potentially related work creation:\n kasan_save_stack+0x1e/0x40\n __kasan_record_aux_stack+0x9e/0xc0\n kvfree_call_rcu+0x84/0x480\n timerfd_release+0x82/0x140\nL __fput+0xfa/0x400\n task_work_run+0x80/0xc0\n exit_to_user_mode_prepare+0x155/0x160\n syscall_exit_to_user_mode+0x12/0x40\n do_syscall_64+0x42/0xc0\n entry_SYSCALL_64_after_hwframe+0x46/0xb0\n\nSecond to last potentially related work creation:\n kasan_save_stack+0x1e/0x40\n __kasan_record_aux_stack+0x9e/0xc0\n kvfree_call_rcu+0x84/0x480\n timerfd_release+0x82/0x140\n __fput+0xfa/0x400\n task_work_run+0x80/0xc0\n exit_to_user_mode_prepare+0x155/0x160\n syscall_exit_to_user_mode+0x12/0x40\n do_syscall_64+0x42/0xc0\n entry_SYSCALL_64_after_hwframe+0x46/0xb0\n\nThe buggy address belongs to the object at ffff889108f3d200\n which belongs to the cache kmalloc-256 of size 256\nThe buggy address is located 0 bytes to the right of\n 256-byte region [ffff889108f3d200, ffff889108f3d300)\n\nThe buggy address belongs to the physical page:\npage:000000007ef2a34c refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x1108f3c\nhead:000000007ef2a34c order:2 compound_mapcount:0 compound_pincount:0\nflags: 0x4000000000010200(slab|head|zone=2)\nraw: 4000000000010200 0000000000000000 dead000000000001 ffff889100042b40\nraw: 0000000000000000 0000000080200020 00000001ffffffff 0000000000000000\npage dumped because: kasan: bad access detected\n\nMemory state around the buggy address:\n ffff889108f3d200: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n ffff889108f3d280: 00 00\n---truncated---", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: md-raid10: fix KASAN warning", "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.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ], "known_not_affected": [ "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-50211" }, { "category": "external", "summary": "RHBZ#2373662", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373662" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-50211", "url": "https://www.cve.org/CVERecord?id=CVE-2022-50211" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50211", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50211" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025061843-CVE-2022-50211-393a@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025061843-CVE-2022-50211-393a@gregkh/T" } ], "release_date": "2025-06-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-09-10T18:25:22+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.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:15656" } ], "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.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: md-raid10: fix KASAN warning" }, { "cve": "CVE-2023-2513", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2023-05-02T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2193097" } ], "notes": [ { "category": "description", "text": "A use-after-free vulnerability was found in the Linux kernel\u0027s ext4 filesystem in the way it handled the extra inode size for extended attributes. This flaw allows a privileged local user to cause a system crash or other undefined behaviors.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ext4: use-after-free in ext4_xattr_set_entry()", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw has been rated as having Moderate impact because of the preconditions needed to trigger the issue. The vulnerability can be exploited by a regular user, but the filesystem should be mounted with `debug_want_extra_isize`=128 and the user must have write access to the filesystem. It\u0027s also important to emphasize that `debug_want_extra_isize` is a debug mount option and should never be used in production.", "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.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ], "known_not_affected": [ "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-2513" }, { "category": "external", "summary": "RHBZ#2193097", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2193097" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-2513", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2513" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-2513", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2513" } ], "release_date": "2022-06-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-09-10T18:25:22+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.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:15656" } ], "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.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ext4: use-after-free in ext4_xattr_set_entry()" }, { "cve": "CVE-2025-21759", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-02-27T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2348596" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: mcast: extend RCU protection in igmp6_send()\n\nigmp6_send() can be called without RTNL or RCU being held.\n\nExtend RCU protection so that we can safely fetch the net pointer\nand avoid a potential UAF.\n\nNote that we no longer can use sock_alloc_send_skb() because\nipv6.igmp_sk uses GFP_KERNEL allocations which can sleep.\n\nInstead use alloc_skb() and charge the net-\u003eipv6.igmp_sk\nsocket under RCU protection.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()", "title": "Vulnerability summary" }, { "category": "other", "text": "The patch extends RCU protection in igmp6_send() to prevent a potential use-after-free (UAF) when accessing net-\u003eipv6.igmp_sk. This function could be invoked without holding RTNL or RCU, making concurrent access unsafe in network namespace contexts. The fix replaces sock_alloc_send_skb() with alloc_skb() and sets the owner under RCU to ensure safe allocation. The bug actual only if IPV6 being used and IGMPv6 (Internet Group Management Protocol for IPv6) being used too. The security impact is limited, because no known way to trigger the bug (see in the patch description: \"Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF\").", "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.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ], "known_not_affected": [ "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21759" }, { "category": "external", "summary": "RHBZ#2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T" } ], "release_date": "2025-02-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-09-10T18:25:22+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.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:15656" }, { "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": [ "BaseOS-8.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.6, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "BaseOS-8.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()" }, { "cve": "CVE-2025-22058", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2025-04-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2360276" } ], "notes": [ { "category": "description", "text": "A memory overflow vulnerability exists within the Linux kernel\u0027s networking subsystem. Specifically, an application can set the SO_RCVBUF socket option to its maximum value (INT_MAX), which triggers an integer overflow within the udp_rmem_release() function during socket closure. The udp_destruct_common() purges its receive queue and sums up skb-\u003etruesize in the queue. This total is calculated and stored in a local unsigned integer variable. The total size is then passed to udp_rmem_release() to adjust memory accounting. Due to the function taking a signed integer argument, the total size can wrap around, causing a memory overflow condition, potentially leading to system instability.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: udp: Fix memory accounting leak.", "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.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ], "known_not_affected": [ "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-22058" }, { "category": "external", "summary": "RHBZ#2360276", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360276" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-22058", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22058" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22058", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22058" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025041606-CVE-2025-22058-045a@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025041606-CVE-2025-22058-045a@gregkh/T" } ], "release_date": "2025-04-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-09-10T18:25:22+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.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:15656" }, { "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": [ "BaseOS-8.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ] } ], "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.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: udp: Fix memory accounting leak." }, { "cve": "CVE-2025-38352", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "discovery_date": "2025-07-22T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2382581" } ], "notes": [ { "category": "description", "text": "A race condition was found in the Linux kernel\u2019s POSIX CPU timer handling, where handle_posix_cpu_timers() may run concurrently with posix_cpu_timer_del() on an exiting task which could result in use-after-free scenarios. An attacker with local user access could use this flaw to crash or escalate their privileges on a system.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del()", "title": "Vulnerability summary" }, { "category": "other", "text": "This CVE is rated with Important severity because it may allow an attacker with local user access to escalate their privileges on a target system.", "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.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ], "known_not_affected": [ "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-38352" }, { "category": "external", "summary": "RHBZ#2382581", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2382581" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38352", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38352" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38352", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38352" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025072229-CVE-2025-38352-f1de@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025072229-CVE-2025-38352-f1de@gregkh/T" }, { "category": "external", "summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog", "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog" } ], "release_date": "2025-07-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-09-10T18:25:22+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.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:15656" }, { "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": [ "BaseOS-8.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "BaseOS-8.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ] } ], "threats": [ { "category": "exploit_status", "date": "2025-09-04T00:00:00+00:00", "details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog" }, { "category": "impact", "details": "Important" } ], "title": "kernel: posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del()" }, { "cve": "CVE-2025-38464", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-07-25T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2383509" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntipc: Fix use-after-free in tipc_conn_close().\n\nsyzbot reported a null-ptr-deref in tipc_conn_close() during netns\ndismantle. [0]\n\ntipc_topsrv_stop() iterates tipc_net(net)-\u003etopsrv-\u003econn_idr and calls\ntipc_conn_close() for each tipc_conn.\n\nThe problem is that tipc_conn_close() is called after releasing the\nIDR lock.\n\nAt the same time, there might be tipc_conn_recv_work() running and it\ncould call tipc_conn_close() for the same tipc_conn and release its\nlast -\u003ekref.\n\nOnce we release the IDR lock in tipc_topsrv_stop(), there is no\nguarantee that the tipc_conn is alive.\n\nLet\u0027s hold the ref before releasing the lock and put the ref after\ntipc_conn_close() in tipc_topsrv_stop().\n\n[0]:\nBUG: KASAN: use-after-free in tipc_conn_close+0x122/0x140 net/tipc/topsrv.c:165\nRead of size 8 at addr ffff888099305a08 by task kworker/u4:3/435\n\nCPU: 0 PID: 435 Comm: kworker/u4:3 Not tainted 4.19.204-syzkaller #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011\nWorkqueue: netns cleanup_net\nCall Trace:\n __dump_stack lib/dump_stack.c:77 [inline]\n dump_stack+0x1fc/0x2ef lib/dump_stack.c:118\n print_address_description.cold+0x54/0x219 mm/kasan/report.c:256\n kasan_report_error.cold+0x8a/0x1b9 mm/kasan/report.c:354\n kasan_report mm/kasan/report.c:412 [inline]\n __asan_report_load8_noabort+0x88/0x90 mm/kasan/report.c:433\n tipc_conn_close+0x122/0x140 net/tipc/topsrv.c:165\n tipc_topsrv_stop net/tipc/topsrv.c:701 [inline]\n tipc_topsrv_exit_net+0x27b/0x5c0 net/tipc/topsrv.c:722\n ops_exit_list+0xa5/0x150 net/core/net_namespace.c:153\n cleanup_net+0x3b4/0x8b0 net/core/net_namespace.c:553\n process_one_work+0x864/0x1570 kernel/workqueue.c:2153\n worker_thread+0x64c/0x1130 kernel/workqueue.c:2296\n kthread+0x33f/0x460 kernel/kthread.c:259\n ret_from_fork+0x24/0x30 arch/x86/entry/entry_64.S:415\n\nAllocated by task 23:\n kmem_cache_alloc_trace+0x12f/0x380 mm/slab.c:3625\n kmalloc include/linux/slab.h:515 [inline]\n kzalloc include/linux/slab.h:709 [inline]\n tipc_conn_alloc+0x43/0x4f0 net/tipc/topsrv.c:192\n tipc_topsrv_accept+0x1b5/0x280 net/tipc/topsrv.c:470\n process_one_work+0x864/0x1570 kernel/workqueue.c:2153\n worker_thread+0x64c/0x1130 kernel/workqueue.c:2296\n kthread+0x33f/0x460 kernel/kthread.c:259\n ret_from_fork+0x24/0x30 arch/x86/entry/entry_64.S:415\n\nFreed by task 23:\n __cache_free mm/slab.c:3503 [inline]\n kfree+0xcc/0x210 mm/slab.c:3822\n tipc_conn_kref_release net/tipc/topsrv.c:150 [inline]\n kref_put include/linux/kref.h:70 [inline]\n conn_put+0x2cd/0x3a0 net/tipc/topsrv.c:155\n process_one_work+0x864/0x1570 kernel/workqueue.c:2153\n worker_thread+0x64c/0x1130 kernel/workqueue.c:2296\n kthread+0x33f/0x460 kernel/kthread.c:259\n ret_from_fork+0x24/0x30 arch/x86/entry/entry_64.S:415\n\nThe buggy address belongs to the object at ffff888099305a00\n which belongs to the cache kmalloc-512 of size 512\nThe buggy address is located 8 bytes inside of\n 512-byte region [ffff888099305a00, ffff888099305c00)\nThe buggy address belongs to the page:\npage:ffffea000264c140 count:1 mapcount:0 mapping:ffff88813bff0940 index:0x0\nflags: 0xfff00000000100(slab)\nraw: 00fff00000000100 ffffea00028b6b88 ffffea0002cd2b08 ffff88813bff0940\nraw: 0000000000000000 ffff888099305000 0000000100000006 0000000000000000\npage dumped because: kasan: bad access detected\n\nMemory state around the buggy address:\n ffff888099305900: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb\n ffff888099305980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc\n\u003effff888099305a00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb\n ^\n ffff888099305a80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb\n ffff888099305b00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: tipc: Fix use-after-free in tipc_conn_close()", "title": "Vulnerability summary" }, { "category": "other", "text": "A Use-After-Free vulnerability was found in tipc_conn_close() in the TIPC subsystem during the cleanup of network namespaces. The race condition between tipc_topsrv_stop() and tipc_conn_recv_work() could result in accessing a freed tipc_conn structure, leading to kernel crash or potential memory corruption. The bug was triggered by syzbot and fixed by ensuring proper reference counting.\n\nThe most straightforward exploitation scenario is a local Denial of Service (DoS), where an unprivileged user with the ability to create user and network namespaces spawns TIPC connections and then triggers network namespace teardown, creating a race condition that causes a use-after-free in tipc_conn_close(). This reliably leads to a kernel panic.\n\nA hypothetical future scenario involves local privilege escalation, if the attacker can win the race and reallocate the freed object in a controlled way (e.g., via kmalloc-512 slab reusage), leading to memory corruption or hijacking of kernel control flow.\n\nImportantly, this can be triggered without root privileges if the system allows unprivileged creation of user and net namespaces, which is the case on many Linux distributions (/proc/sys/user/max_user_namespaces \u003e 0 and kernel.unprivileged_userns_clone=1).\nIn such environments, a regular user can execute the TIPC socket creation, manipulate netns teardown, and provoke the race condition required for exploitation.", "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.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ], "known_not_affected": [ "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-38464" }, { "category": "external", "summary": "RHBZ#2383509", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383509" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38464", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38464" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38464", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38464" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025072508-CVE-2025-38464-44a1@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025072508-CVE-2025-38464-44a1@gregkh/T" } ], "release_date": "2025-07-25T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-09-10T18:25:22+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.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:15656" }, { "category": "workaround", "details": "To mitigate this issue, prevent module tipc 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.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H", "version": "3.1" }, "products": [ "BaseOS-8.2.0.Z.AUS:bpftool-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:bpftool-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.src", "BaseOS-8.2.0.Z.AUS:kernel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-abi-whitelists-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-core-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-devel-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-doc-0:4.18.0-193.168.1.el8_2.noarch", "BaseOS-8.2.0.Z.AUS:kernel-modules-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-modules-extra-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:kernel-tools-libs-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-0:4.18.0-193.168.1.el8_2.x86_64", "BaseOS-8.2.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-193.168.1.el8_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: tipc: Fix use-after-free in tipc_conn_close()" } ] }
rhsa-2025:15660
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 8.4 Advanced Mission Critical Update Support and Red Hat Enterprise Linux 8.4 Extended Update Support Long-Life Add-On.\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: ext4: use-after-free in ext4_xattr_set_entry() (CVE-2023-2513)\n\n* kernel: ipv6: mcast: extend RCU protection in igmp6_send() (CVE-2025-21759)\n\n* kernel: netfilter: flowtable: fix stuck flows on cleanup due to pending work (CVE-2022-50000)\n\n* kernel: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race (CVE-2025-38085)\n\n* kernel: wifi: rtw88: fix the \u0027para\u0027 buffer size to avoid reading out of bounds (CVE-2025-38159)\n\n* kernel: posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del() (CVE-2025-38352)\n\n* kernel: tipc: Fix use-after-free in tipc_conn_close() (CVE-2025-38464)\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:15660", "url": "https://access.redhat.com/errata/RHSA-2025:15660" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2193097", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2193097" }, { "category": "external", "summary": "2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "2373543", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373543" }, { "category": "external", "summary": "2375304", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2375304" }, { "category": "external", "summary": "2376064", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376064" }, { "category": "external", "summary": "2382581", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2382581" }, { "category": "external", "summary": "2383509", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383509" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_15660.json" } ], "title": "Red Hat Security Advisory: kernel security update", "tracking": { "current_release_date": "2025-10-21T02:00:38+00:00", "generator": { "date": "2025-10-21T02:00:38+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.9" } }, "id": "RHSA-2025:15660", "initial_release_date": "2025-09-11T01:52:13+00:00", "revision_history": [ { "date": "2025-09-11T01:52:13+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-09-11T01:52:13+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-10-21T02:00:38+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.4)", "product": { "name": "Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_aus:8.4::baseos" } } }, { "category": "product_name", "name": "Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product": { "name": "Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION", "product_identification_helper": { "cpe": "cpe:/o:redhat:rhel_eus_long_life:8.4::baseos" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "kernel-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "kernel-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "perf-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "perf-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-305.172.1.el8_4?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "product": { "name": "python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "product_id": "python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-305.172.1.el8_4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "kernel-0:4.18.0-305.172.1.el8_4.src", "product": { "name": "kernel-0:4.18.0-305.172.1.el8_4.src", "product_id": "kernel-0:4.18.0-305.172.1.el8_4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-305.172.1.el8_4?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "product": { "name": "kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "product_id": "kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-stablelists@4.18.0-305.172.1.el8_4?arch=noarch" } } }, { "category": "product_version", "name": "kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "product": { "name": "kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "product_id": "kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@4.18.0-305.172.1.el8_4?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-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:4.18.0-305.172.1.el8_4.src as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src" }, "product_reference": "kernel-0:4.18.0-305.172.1.el8_4.src", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch" }, "product_reference": "kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:4.18.0-305.172.1.el8_4.noarch as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch" }, "product_reference": "kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "perf-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS AUS (v.8.4)", "product_id": "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.AUS" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:4.18.0-305.172.1.el8_4.src as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src" }, "product_reference": "kernel-0:4.18.0-305.172.1.el8_4.src", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch" }, "product_reference": "kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-core-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-doc-0:4.18.0-305.172.1.el8_4.noarch as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch" }, "product_reference": "kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "perf-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "perf-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" }, { "category": "default_component_of", "full_product_name": { "name": "python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64 as a component of Red Hat Enterprise Linux BaseOS EUS EXTENSION (v.8.4)", "product_id": "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "relates_to_product_reference": "BaseOS-8.4.0.Z.EUS.EXTENSION" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-50000", "cwe": { "id": "CWE-820", "name": "Missing Synchronization" }, "discovery_date": "2025-06-18T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2373543" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: flowtable: fix stuck flows on cleanup due to pending work\n\nTo clear the flow table on flow table free, the following sequence\nnormally happens in order:\n\n 1) gc_step work is stopped to disable any further stats/del requests.\n 2) All flow table entries are set to teardown state.\n 3) Run gc_step which will queue HW del work for each flow table entry.\n 4) Waiting for the above del work to finish (flush).\n 5) Run gc_step again, deleting all entries from the flow table.\n 6) Flow table is freed.\n\nBut if a flow table entry already has pending HW stats or HW add work\nstep 3 will not queue HW del work (it will be skipped), step 4 will wait\nfor the pending add/stats to finish, and step 5 will queue HW del work\nwhich might execute after freeing of the flow table.\n\nTo fix the above, this patch flushes the pending work, then it sets the\nteardown flag to all flows in the flowtable and it forces a garbage\ncollector run to queue work to remove the flows from hardware, then it\nflushes this new pending work and (finally) it forces another garbage\ncollector run to remove the entry from the software flowtable.\n\nStack trace:\n[47773.882335] BUG: KASAN: use-after-free in down_read+0x99/0x460\n[47773.883634] Write of size 8 at addr ffff888103b45aa8 by task kworker/u20:6/543704\n[47773.885634] CPU: 3 PID: 543704 Comm: kworker/u20:6 Not tainted 5.12.0-rc7+ #2\n[47773.886745] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009)\n[47773.888438] Workqueue: nf_ft_offload_del flow_offload_work_handler [nf_flow_table]\n[47773.889727] Call Trace:\n[47773.890214] dump_stack+0xbb/0x107\n[47773.890818] print_address_description.constprop.0+0x18/0x140\n[47773.892990] kasan_report.cold+0x7c/0xd8\n[47773.894459] kasan_check_range+0x145/0x1a0\n[47773.895174] down_read+0x99/0x460\n[47773.899706] nf_flow_offload_tuple+0x24f/0x3c0 [nf_flow_table]\n[47773.907137] flow_offload_work_handler+0x72d/0xbe0 [nf_flow_table]\n[47773.913372] process_one_work+0x8ac/0x14e0\n[47773.921325]\n[47773.921325] Allocated by task 592159:\n[47773.922031] kasan_save_stack+0x1b/0x40\n[47773.922730] __kasan_kmalloc+0x7a/0x90\n[47773.923411] tcf_ct_flow_table_get+0x3cb/0x1230 [act_ct]\n[47773.924363] tcf_ct_init+0x71c/0x1156 [act_ct]\n[47773.925207] tcf_action_init_1+0x45b/0x700\n[47773.925987] tcf_action_init+0x453/0x6b0\n[47773.926692] tcf_exts_validate+0x3d0/0x600\n[47773.927419] fl_change+0x757/0x4a51 [cls_flower]\n[47773.928227] tc_new_tfilter+0x89a/0x2070\n[47773.936652]\n[47773.936652] Freed by task 543704:\n[47773.937303] kasan_save_stack+0x1b/0x40\n[47773.938039] kasan_set_track+0x1c/0x30\n[47773.938731] kasan_set_free_info+0x20/0x30\n[47773.939467] __kasan_slab_free+0xe7/0x120\n[47773.940194] slab_free_freelist_hook+0x86/0x190\n[47773.941038] kfree+0xce/0x3a0\n[47773.941644] tcf_ct_flow_table_cleanup_work\n\nOriginal patch description and stack trace by Paul Blakey.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: netfilter: flowtable: fix stuck flows on cleanup due to pending work", "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.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ], "known_not_affected": [ "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-50000" }, { "category": "external", "summary": "RHBZ#2373543", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373543" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-50000", "url": "https://www.cve.org/CVERecord?id=CVE-2022-50000" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50000", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50000" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025061828-CVE-2022-50000-5753@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025061828-CVE-2022-50000-5753@gregkh/T" } ], "release_date": "2025-06-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-09-11T01:52:13+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.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:15660" } ], "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.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: netfilter: flowtable: fix stuck flows on cleanup due to pending work" }, { "cve": "CVE-2023-2513", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2023-05-02T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2193097" } ], "notes": [ { "category": "description", "text": "A use-after-free vulnerability was found in the Linux kernel\u0027s ext4 filesystem in the way it handled the extra inode size for extended attributes. This flaw allows a privileged local user to cause a system crash or other undefined behaviors.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ext4: use-after-free in ext4_xattr_set_entry()", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw has been rated as having Moderate impact because of the preconditions needed to trigger the issue. The vulnerability can be exploited by a regular user, but the filesystem should be mounted with `debug_want_extra_isize`=128 and the user must have write access to the filesystem. It\u0027s also important to emphasize that `debug_want_extra_isize` is a debug mount option and should never be used in production.", "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.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ], "known_not_affected": [ "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-2513" }, { "category": "external", "summary": "RHBZ#2193097", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2193097" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-2513", "url": "https://www.cve.org/CVERecord?id=CVE-2023-2513" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-2513", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-2513" } ], "release_date": "2022-06-14T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-09-11T01:52:13+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.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:15660" } ], "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.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ext4: use-after-free in ext4_xattr_set_entry()" }, { "cve": "CVE-2025-21759", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-02-27T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2348596" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: mcast: extend RCU protection in igmp6_send()\n\nigmp6_send() can be called without RTNL or RCU being held.\n\nExtend RCU protection so that we can safely fetch the net pointer\nand avoid a potential UAF.\n\nNote that we no longer can use sock_alloc_send_skb() because\nipv6.igmp_sk uses GFP_KERNEL allocations which can sleep.\n\nInstead use alloc_skb() and charge the net-\u003eipv6.igmp_sk\nsocket under RCU protection.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()", "title": "Vulnerability summary" }, { "category": "other", "text": "The patch extends RCU protection in igmp6_send() to prevent a potential use-after-free (UAF) when accessing net-\u003eipv6.igmp_sk. This function could be invoked without holding RTNL or RCU, making concurrent access unsafe in network namespace contexts. The fix replaces sock_alloc_send_skb() with alloc_skb() and sets the owner under RCU to ensure safe allocation. The bug actual only if IPV6 being used and IGMPv6 (Internet Group Management Protocol for IPv6) being used too. The security impact is limited, because no known way to trigger the bug (see in the patch description: \"Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF\").", "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.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ], "known_not_affected": [ "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21759" }, { "category": "external", "summary": "RHBZ#2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T" } ], "release_date": "2025-02-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-09-11T01:52:13+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.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:15660" }, { "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": [ "BaseOS-8.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.6, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "BaseOS-8.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()" }, { "cve": "CVE-2025-38085", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2025-06-28T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2375304" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race\n\nhuge_pmd_unshare() drops a reference on a page table that may have\npreviously been shared across processes, potentially turning it into a\nnormal page table used in another process in which unrelated VMAs can\nafterwards be installed.\n\nIf this happens in the middle of a concurrent gup_fast(), gup_fast() could\nend up walking the page tables of another process. While I don\u0027t see any\nway in which that immediately leads to kernel memory corruption, it is\nreally weird and unexpected.\n\nFix it with an explicit broadcast IPI through tlb_remove_table_sync_one(),\njust like we do in khugepaged when removing page tables for a THP\ncollapse.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race", "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.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ], "known_not_affected": [ "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-38085" }, { "category": "external", "summary": "RHBZ#2375304", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2375304" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38085", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38085" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38085", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38085" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025062836-CVE-2025-38085-8075@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025062836-CVE-2025-38085-8075@gregkh/T" } ], "release_date": "2025-06-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-09-11T01:52:13+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.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:15660" } ], "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.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race" }, { "cve": "CVE-2025-38159", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2025-07-03T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2376064" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: rtw88: fix the \u0027para\u0027 buffer size to avoid reading out of bounds\n\nSet the size to 6 instead of 2, since \u0027para\u0027 array is passed to\n\u0027rtw_fw_bt_wifi_control(rtwdev, para[0], \u0026para[1])\u0027, which reads\n5 bytes:\n\nvoid rtw_fw_bt_wifi_control(struct rtw_dev *rtwdev, u8 op_code, u8 *data)\n{\n ...\n SET_BT_WIFI_CONTROL_DATA1(h2c_pkt, *data);\n SET_BT_WIFI_CONTROL_DATA2(h2c_pkt, *(data + 1));\n ...\n SET_BT_WIFI_CONTROL_DATA5(h2c_pkt, *(data + 4));\n\nDetected using the static analysis tool - Svace.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: wifi: rtw88: fix the \u0027para\u0027 buffer size to avoid reading out of bounds", "title": "Vulnerability summary" }, { "category": "other", "text": "The bug in the rtw88 driver causes an out-of-bounds read due to incorrect buffer size (para[2] instead of the required para[6]). Since the buffer is passed to rtw_fw_bt_wifi_control(), which accesses up to 5 additional bytes, this can lead to memory disclosure or a kernel crash. This issue can be triggered by local users with the ability to manipulate Bluetooth/Wi-Fi coexistence settings.", "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.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ], "known_not_affected": [ "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-38159" }, { "category": "external", "summary": "RHBZ#2376064", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376064" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38159", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38159" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38159", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38159" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025070339-CVE-2025-38159-0c95@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025070339-CVE-2025-38159-0c95@gregkh/T" } ], "release_date": "2025-07-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-09-11T01:52:13+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.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:15660" }, { "category": "workaround", "details": "To mitigate this issue, prevent module rtw88 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.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ] } ], "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.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: wifi: rtw88: fix the \u0027para\u0027 buffer size to avoid reading out of bounds" }, { "cve": "CVE-2025-38352", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "discovery_date": "2025-07-22T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2382581" } ], "notes": [ { "category": "description", "text": "A race condition was found in the Linux kernel\u2019s POSIX CPU timer handling, where handle_posix_cpu_timers() may run concurrently with posix_cpu_timer_del() on an exiting task which could result in use-after-free scenarios. An attacker with local user access could use this flaw to crash or escalate their privileges on a system.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del()", "title": "Vulnerability summary" }, { "category": "other", "text": "This CVE is rated with Important severity because it may allow an attacker with local user access to escalate their privileges on a target system.", "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.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ], "known_not_affected": [ "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-38352" }, { "category": "external", "summary": "RHBZ#2382581", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2382581" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38352", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38352" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38352", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38352" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025072229-CVE-2025-38352-f1de@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025072229-CVE-2025-38352-f1de@gregkh/T" }, { "category": "external", "summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog", "url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog" } ], "release_date": "2025-07-22T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-09-11T01:52:13+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.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:15660" }, { "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": [ "BaseOS-8.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "BaseOS-8.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ] } ], "threats": [ { "category": "exploit_status", "date": "2025-09-04T00:00:00+00:00", "details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog" }, { "category": "impact", "details": "Important" } ], "title": "kernel: posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_timer_del()" }, { "cve": "CVE-2025-38464", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-07-25T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2383509" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntipc: Fix use-after-free in tipc_conn_close().\n\nsyzbot reported a null-ptr-deref in tipc_conn_close() during netns\ndismantle. [0]\n\ntipc_topsrv_stop() iterates tipc_net(net)-\u003etopsrv-\u003econn_idr and calls\ntipc_conn_close() for each tipc_conn.\n\nThe problem is that tipc_conn_close() is called after releasing the\nIDR lock.\n\nAt the same time, there might be tipc_conn_recv_work() running and it\ncould call tipc_conn_close() for the same tipc_conn and release its\nlast -\u003ekref.\n\nOnce we release the IDR lock in tipc_topsrv_stop(), there is no\nguarantee that the tipc_conn is alive.\n\nLet\u0027s hold the ref before releasing the lock and put the ref after\ntipc_conn_close() in tipc_topsrv_stop().\n\n[0]:\nBUG: KASAN: use-after-free in tipc_conn_close+0x122/0x140 net/tipc/topsrv.c:165\nRead of size 8 at addr ffff888099305a08 by task kworker/u4:3/435\n\nCPU: 0 PID: 435 Comm: kworker/u4:3 Not tainted 4.19.204-syzkaller #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011\nWorkqueue: netns cleanup_net\nCall Trace:\n __dump_stack lib/dump_stack.c:77 [inline]\n dump_stack+0x1fc/0x2ef lib/dump_stack.c:118\n print_address_description.cold+0x54/0x219 mm/kasan/report.c:256\n kasan_report_error.cold+0x8a/0x1b9 mm/kasan/report.c:354\n kasan_report mm/kasan/report.c:412 [inline]\n __asan_report_load8_noabort+0x88/0x90 mm/kasan/report.c:433\n tipc_conn_close+0x122/0x140 net/tipc/topsrv.c:165\n tipc_topsrv_stop net/tipc/topsrv.c:701 [inline]\n tipc_topsrv_exit_net+0x27b/0x5c0 net/tipc/topsrv.c:722\n ops_exit_list+0xa5/0x150 net/core/net_namespace.c:153\n cleanup_net+0x3b4/0x8b0 net/core/net_namespace.c:553\n process_one_work+0x864/0x1570 kernel/workqueue.c:2153\n worker_thread+0x64c/0x1130 kernel/workqueue.c:2296\n kthread+0x33f/0x460 kernel/kthread.c:259\n ret_from_fork+0x24/0x30 arch/x86/entry/entry_64.S:415\n\nAllocated by task 23:\n kmem_cache_alloc_trace+0x12f/0x380 mm/slab.c:3625\n kmalloc include/linux/slab.h:515 [inline]\n kzalloc include/linux/slab.h:709 [inline]\n tipc_conn_alloc+0x43/0x4f0 net/tipc/topsrv.c:192\n tipc_topsrv_accept+0x1b5/0x280 net/tipc/topsrv.c:470\n process_one_work+0x864/0x1570 kernel/workqueue.c:2153\n worker_thread+0x64c/0x1130 kernel/workqueue.c:2296\n kthread+0x33f/0x460 kernel/kthread.c:259\n ret_from_fork+0x24/0x30 arch/x86/entry/entry_64.S:415\n\nFreed by task 23:\n __cache_free mm/slab.c:3503 [inline]\n kfree+0xcc/0x210 mm/slab.c:3822\n tipc_conn_kref_release net/tipc/topsrv.c:150 [inline]\n kref_put include/linux/kref.h:70 [inline]\n conn_put+0x2cd/0x3a0 net/tipc/topsrv.c:155\n process_one_work+0x864/0x1570 kernel/workqueue.c:2153\n worker_thread+0x64c/0x1130 kernel/workqueue.c:2296\n kthread+0x33f/0x460 kernel/kthread.c:259\n ret_from_fork+0x24/0x30 arch/x86/entry/entry_64.S:415\n\nThe buggy address belongs to the object at ffff888099305a00\n which belongs to the cache kmalloc-512 of size 512\nThe buggy address is located 8 bytes inside of\n 512-byte region [ffff888099305a00, ffff888099305c00)\nThe buggy address belongs to the page:\npage:ffffea000264c140 count:1 mapcount:0 mapping:ffff88813bff0940 index:0x0\nflags: 0xfff00000000100(slab)\nraw: 00fff00000000100 ffffea00028b6b88 ffffea0002cd2b08 ffff88813bff0940\nraw: 0000000000000000 ffff888099305000 0000000100000006 0000000000000000\npage dumped because: kasan: bad access detected\n\nMemory state around the buggy address:\n ffff888099305900: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb\n ffff888099305980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc\n\u003effff888099305a00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb\n ^\n ffff888099305a80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb\n ffff888099305b00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: tipc: Fix use-after-free in tipc_conn_close()", "title": "Vulnerability summary" }, { "category": "other", "text": "A Use-After-Free vulnerability was found in tipc_conn_close() in the TIPC subsystem during the cleanup of network namespaces. The race condition between tipc_topsrv_stop() and tipc_conn_recv_work() could result in accessing a freed tipc_conn structure, leading to kernel crash or potential memory corruption. The bug was triggered by syzbot and fixed by ensuring proper reference counting.\n\nThe most straightforward exploitation scenario is a local Denial of Service (DoS), where an unprivileged user with the ability to create user and network namespaces spawns TIPC connections and then triggers network namespace teardown, creating a race condition that causes a use-after-free in tipc_conn_close(). This reliably leads to a kernel panic.\n\nA hypothetical future scenario involves local privilege escalation, if the attacker can win the race and reallocate the freed object in a controlled way (e.g., via kmalloc-512 slab reusage), leading to memory corruption or hijacking of kernel control flow.\n\nImportantly, this can be triggered without root privileges if the system allows unprivileged creation of user and net namespaces, which is the case on many Linux distributions (/proc/sys/user/max_user_namespaces \u003e 0 and kernel.unprivileged_userns_clone=1).\nIn such environments, a regular user can execute the TIPC socket creation, manipulate netns teardown, and provoke the race condition required for exploitation.", "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.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ], "known_not_affected": [ "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-38464" }, { "category": "external", "summary": "RHBZ#2383509", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383509" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38464", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38464" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38464", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38464" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025072508-CVE-2025-38464-44a1@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025072508-CVE-2025-38464-44a1@gregkh/T" } ], "release_date": "2025-07-25T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-09-11T01:52:13+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.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:15660" }, { "category": "workaround", "details": "To mitigate this issue, prevent module tipc 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.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H", "version": "3.1" }, "products": [ "BaseOS-8.4.0.Z.AUS:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.AUS:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.AUS:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:bpftool-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.src", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-abi-stablelists-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-core-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debug-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-debuginfo-common-x86_64-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-devel-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-doc-0:4.18.0-305.172.1.el8_4.noarch", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-modules-extra-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:kernel-tools-libs-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-0:4.18.0-305.172.1.el8_4.x86_64", "BaseOS-8.4.0.Z.EUS.EXTENSION:python3-perf-debuginfo-0:4.18.0-305.172.1.el8_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: tipc: Fix use-after-free in tipc_conn_close()" } ] }
rhsa-2025:10379
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.\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: ipv6: mcast: extend RCU protection in igmp6_send() (CVE-2025-21759)\n\n* kernel: ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up (CVE-2025-21887)\n\n* kernel: net: atm: fix use after free in lec_send() (CVE-2025-22004)\n\n* kernel: udf: Fix a slab-out-of-bounds write bug in udf_find_entry() (CVE-2022-49846)\n\n* kernel: vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp (CVE-2025-37799)\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:10379", "url": "https://access.redhat.com/errata/RHSA-2025:10379" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "2355405", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355405" }, { "category": "external", "summary": "2357142", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357142" }, { "category": "external", "summary": "2363432", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363432" }, { "category": "external", "summary": "2363876", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363876" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_10379.json" } ], "title": "Red Hat Security Advisory: kernel security update", "tracking": { "current_release_date": "2025-10-10T00:39:01+00:00", "generator": { "date": "2025-10-10T00:39:01+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.9" } }, "id": "RHSA-2025:10379", "initial_release_date": "2025-07-07T08:44:55+00:00", "revision_history": [ { "date": "2025-07-07T08:44:55+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-07-07T08:44:55+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-10-10T00:39:01+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 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.25.1.el9_6.aarch64", "product": { "name": "kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "perf-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "perf-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "rtla-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "rtla-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "rv-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "rv-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "rv-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rv@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "libperf-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "libperf-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "libperf-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-core@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-devel@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-modules@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.25.1.el9_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "product": { "name": "kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "product_id": "kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-570.25.1.el9_6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "perf-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "perf-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "rv-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "rv-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "rv-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rv@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.25.1.el9_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "product": { "name": "kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "product_id": "kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-570.25.1.el9_6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "perf-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "perf-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "rtla-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "rtla-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "rv-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "rv-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "rv-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rv@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "libperf-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "libperf-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "libperf-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-570.25.1.el9_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "product": { "name": "kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "product_id": "kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-uki-virt-addons@5.14.0-570.25.1.el9_6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perf-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "perf-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "perf-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "rtla-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "rtla-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "rv-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "rv-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "rv-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rv@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "libperf-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "libperf-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "libperf-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-570.25.1.el9_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "product": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-570.25.1.el9_6?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "product": { "name": "kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "product_id": "kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@5.14.0-570.25.1.el9_6?arch=noarch" } } }, { "category": "product_version", "name": "kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "product": { "name": "kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "product_id": "kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-570.25.1.el9_6?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "kernel-0:5.14.0-570.25.1.el9_6.src", "product": { "name": "kernel-0:5.14.0-570.25.1.el9_6.src", "product_id": "kernel-0:5.14.0-570.25.1.el9_6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.src" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-core-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64" }, "product_reference": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le" }, "product_reference": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.1.el9_6.s390x" }, "product_reference": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64" }, "product_reference": "kernel-cross-headers-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.noarch" }, "product_reference": "kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-570.25.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-headers-0:5.14.0-570.25.1.el9_6.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-570.25.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-headers-0:5.14.0-570.25.1.el9_6.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-570.25.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-headers-0:5.14.0-570.25.1.el9_6.s390x" }, "product_reference": "kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "relates_to_product_reference": "AppStream-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-570.25.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-headers-0:5.14.0-570.25.1.el9_6.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-570.25.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-0:5.14.0-570.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-tools-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-uki-virt-addons-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "libperf-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "libperf-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "libperf-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "libperf-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "libperf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "libperf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "libperf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "libperf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "python3-perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "python3-perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "python3-perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "rtla-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "rtla-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "rtla-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "rtla-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "rv-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "rv-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "rv-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "rv-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.src" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-core-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64" }, "product_reference": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le" }, "product_reference": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.1.el9_6.s390x" }, "product_reference": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64" }, "product_reference": "kernel-cross-headers-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.noarch" }, "product_reference": "kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-570.25.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-headers-0:5.14.0-570.25.1.el9_6.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-570.25.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-headers-0:5.14.0-570.25.1.el9_6.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-570.25.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-headers-0:5.14.0-570.25.1.el9_6.s390x" }, "product_reference": "kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "relates_to_product_reference": "BaseOS-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-570.25.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-headers-0:5.14.0-570.25.1.el9_6.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-570.25.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-0:5.14.0-570.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-tools-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-uki-virt-addons-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "libperf-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "libperf-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "libperf-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "libperf-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "libperf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "libperf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "libperf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "libperf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "python3-perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "python3-perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "python3-perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "rtla-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "rtla-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "rtla-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "rtla-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "rv-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "rv-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "rv-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "rv-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.src" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-core-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64" }, "product_reference": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le" }, "product_reference": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.1.el9_6.s390x" }, "product_reference": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64" }, "product_reference": "kernel-cross-headers-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.noarch" }, "product_reference": "kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-570.25.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-headers-0:5.14.0-570.25.1.el9_6.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-570.25.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-headers-0:5.14.0-570.25.1.el9_6.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-570.25.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-headers-0:5.14.0-570.25.1.el9_6.s390x" }, "product_reference": "kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "relates_to_product_reference": "CRB-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-570.25.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-headers-0:5.14.0-570.25.1.el9_6.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-570.25.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-0:5.14.0-570.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-tools-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-uki-virt-addons-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "libperf-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "libperf-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "libperf-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "libperf-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "libperf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "libperf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "libperf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "libperf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "python3-perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "python3-perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "python3-perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "rtla-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "rtla-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "rtla-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "rtla-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "rv-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "rv-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "rv-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "rv-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.src" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-core-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64" }, "product_reference": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le" }, "product_reference": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.1.el9_6.s390x" }, "product_reference": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64" }, "product_reference": "kernel-cross-headers-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.noarch" }, "product_reference": "kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-570.25.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-headers-0:5.14.0-570.25.1.el9_6.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-570.25.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-headers-0:5.14.0-570.25.1.el9_6.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-570.25.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-headers-0:5.14.0-570.25.1.el9_6.s390x" }, "product_reference": "kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "relates_to_product_reference": "NFV-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-570.25.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-headers-0:5.14.0-570.25.1.el9_6.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-570.25.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-0:5.14.0-570.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-tools-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-uki-virt-addons-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "libperf-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "libperf-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "libperf-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "libperf-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "libperf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "libperf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "libperf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "libperf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "python3-perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "python3-perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "python3-perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "rtla-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "rtla-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "rtla-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "rtla-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "rv-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "rv-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "rv-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "rv-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.src" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-core-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64" }, "product_reference": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le" }, "product_reference": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.1.el9_6.s390x" }, "product_reference": "kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:5.14.0-570.25.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-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64" }, "product_reference": "kernel-cross-headers-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.noarch" }, "product_reference": "kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-570.25.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-headers-0:5.14.0-570.25.1.el9_6.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-570.25.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-headers-0:5.14.0-570.25.1.el9_6.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-570.25.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-headers-0:5.14.0-570.25.1.el9_6.s390x" }, "product_reference": "kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:5.14.0-570.25.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-headers-0:5.14.0-570.25.1.el9_6.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-570.25.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-0:5.14.0-570.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-64k-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-tools-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "kernel-uki-virt-addons-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "libperf-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "libperf-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "libperf-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "libperf-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "libperf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "libperf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "libperf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "libperf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "python3-perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "python3-perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "python3-perf-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "rtla-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "rtla-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "rtla-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "rtla-0:5.14.0-570.25.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.25.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.25.1.el9_6.aarch64" }, "product_reference": "rv-0:5.14.0-570.25.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.25.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.25.1.el9_6.ppc64le" }, "product_reference": "rv-0:5.14.0-570.25.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.25.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.25.1.el9_6.s390x" }, "product_reference": "rv-0:5.14.0-570.25.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.25.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.25.1.el9_6.x86_64" }, "product_reference": "rv-0:5.14.0-570.25.1.el9_6.x86_64", "relates_to_product_reference": "RT-9.6.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-49846", "discovery_date": "2025-05-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2363432" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nudf: Fix a slab-out-of-bounds write bug in udf_find_entry()\n\nSyzbot reported a slab-out-of-bounds Write bug:\n\nloop0: detected capacity change from 0 to 2048\n==================================================================\nBUG: KASAN: slab-out-of-bounds in udf_find_entry+0x8a5/0x14f0\nfs/udf/namei.c:253\nWrite of size 105 at addr ffff8880123ff896 by task syz-executor323/3610\n\nCPU: 0 PID: 3610 Comm: syz-executor323 Not tainted\n6.1.0-rc2-syzkaller-00105-gb229b6ca5abb #0\nHardware name: Google Compute Engine/Google Compute Engine, BIOS\nGoogle 10/11/2022\nCall Trace:\n \u003cTASK\u003e\n __dump_stack lib/dump_stack.c:88 [inline]\n dump_stack_lvl+0x1b1/0x28e lib/dump_stack.c:106\n print_address_description+0x74/0x340 mm/kasan/report.c:284\n print_report+0x107/0x1f0 mm/kasan/report.c:395\n kasan_report+0xcd/0x100 mm/kasan/report.c:495\n kasan_check_range+0x2a7/0x2e0 mm/kasan/generic.c:189\n memcpy+0x3c/0x60 mm/kasan/shadow.c:66\n udf_find_entry+0x8a5/0x14f0 fs/udf/namei.c:253\n udf_lookup+0xef/0x340 fs/udf/namei.c:309\n lookup_open fs/namei.c:3391 [inline]\n open_last_lookups fs/namei.c:3481 [inline]\n path_openat+0x10e6/0x2df0 fs/namei.c:3710\n do_filp_open+0x264/0x4f0 fs/namei.c:3740\n do_sys_openat2+0x124/0x4e0 fs/open.c:1310\n do_sys_open fs/open.c:1326 [inline]\n __do_sys_creat fs/open.c:1402 [inline]\n __se_sys_creat fs/open.c:1396 [inline]\n __x64_sys_creat+0x11f/0x160 fs/open.c:1396\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\nRIP: 0033:0x7ffab0d164d9\nCode: ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 48 89 f8 48 89\nf7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 \u003c48\u003e 3d 01\nf0 ff ff 73 01 c3 48 c7 c1 c0 ff ff ff f7 d8 64 89 01 48\nRSP: 002b:00007ffe1a7e6bb8 EFLAGS: 00000246 ORIG_RAX: 0000000000000055\nRAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007ffab0d164d9\nRDX: 00007ffab0d164d9 RSI: 0000000000000000 RDI: 0000000020000180\nRBP: 00007ffab0cd5a10 R08: 0000000000000000 R09: 0000000000000000\nR10: 00005555573552c0 R11: 0000000000000246 R12: 00007ffab0cd5aa0\nR13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000\n \u003c/TASK\u003e\n\nAllocated by task 3610:\n kasan_save_stack mm/kasan/common.c:45 [inline]\n kasan_set_track+0x3d/0x60 mm/kasan/common.c:52\n ____kasan_kmalloc mm/kasan/common.c:371 [inline]\n __kasan_kmalloc+0x97/0xb0 mm/kasan/common.c:380\n kmalloc include/linux/slab.h:576 [inline]\n udf_find_entry+0x7b6/0x14f0 fs/udf/namei.c:243\n udf_lookup+0xef/0x340 fs/udf/namei.c:309\n lookup_open fs/namei.c:3391 [inline]\n open_last_lookups fs/namei.c:3481 [inline]\n path_openat+0x10e6/0x2df0 fs/namei.c:3710\n do_filp_open+0x264/0x4f0 fs/namei.c:3740\n do_sys_openat2+0x124/0x4e0 fs/open.c:1310\n do_sys_open fs/open.c:1326 [inline]\n __do_sys_creat fs/open.c:1402 [inline]\n __se_sys_creat fs/open.c:1396 [inline]\n __x64_sys_creat+0x11f/0x160 fs/open.c:1396\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nThe buggy address belongs to the object at ffff8880123ff800\n which belongs to the cache kmalloc-256 of size 256\nThe buggy address is located 150 bytes inside of\n 256-byte region [ffff8880123ff800, ffff8880123ff900)\n\nThe buggy address belongs to the physical page:\npage:ffffea000048ff80 refcount:1 mapcount:0 mapping:0000000000000000\nindex:0x0 pfn:0x123fe\nhead:ffffea000048ff80 order:1 compound_mapcount:0 compound_pincount:0\nflags: 0xfff00000010200(slab|head|node=0|zone=1|lastcpupid=0x7ff)\nraw: 00fff00000010200 ffffea00004b8500 dead000000000003 ffff888012041b40\nraw: 0000000000000000 0000000080100010 00000001ffffffff 0000000000000000\npage dumped because: kasan: bad access detected\npage_owner tracks the page as allocated\npage last allocated via order 0, migratetype Unmovable, gfp_mask 0x0(),\npid 1, tgid 1 (swapper/0), ts 1841222404, free_ts 0\n create_dummy_stack mm/page_owner.c:\n---truncated---", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: udf: Fix a slab-out-of-bounds write bug in udf_find_entry()", "title": "Vulnerability summary" }, { "category": "other", "text": "A slab-out-of-bounds write was discovered in udf_find_entry() due to incorrect allocation size when handling long filenames in split name descriptors. This can be triggered by mounting a crafted UDF image and attempting to create a file with a specially constructed name. Although local privileges are required, the flaw allows kernel memory corruption, leading to potential privilege escalation or DoS.", "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.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-49846" }, { "category": "external", "summary": "RHBZ#2363432", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363432" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-49846", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49846" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49846", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49846" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025050142-CVE-2022-49846-728c@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025050142-CVE-2022-49846-728c@gregkh/T" } ], "release_date": "2025-05-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-07T08:44:55+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.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:10379" }, { "category": "workaround", "details": "To mitigate this issue, prevent module udf 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.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: udf: Fix a slab-out-of-bounds write bug in udf_find_entry()" }, { "cve": "CVE-2025-21759", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-02-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2348596" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: mcast: extend RCU protection in igmp6_send()\n\nigmp6_send() can be called without RTNL or RCU being held.\n\nExtend RCU protection so that we can safely fetch the net pointer\nand avoid a potential UAF.\n\nNote that we no longer can use sock_alloc_send_skb() because\nipv6.igmp_sk uses GFP_KERNEL allocations which can sleep.\n\nInstead use alloc_skb() and charge the net-\u003eipv6.igmp_sk\nsocket under RCU protection.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()", "title": "Vulnerability summary" }, { "category": "other", "text": "The patch extends RCU protection in igmp6_send() to prevent a potential use-after-free (UAF) when accessing net-\u003eipv6.igmp_sk. This function could be invoked without holding RTNL or RCU, making concurrent access unsafe in network namespace contexts. The fix replaces sock_alloc_send_skb() with alloc_skb() and sets the owner under RCU to ensure safe allocation. The bug actual only if IPV6 being used and IGMPv6 (Internet Group Management Protocol for IPv6) being used too. The security impact is limited, because no known way to trigger the bug (see in the patch description: \"Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF\").", "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.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21759" }, { "category": "external", "summary": "RHBZ#2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T" } ], "release_date": "2025-02-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-07T08:44:55+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.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:10379" }, { "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.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.6, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()" }, { "cve": "CVE-2025-21887", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-03-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2355405" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\novl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up\n\nThe issue was caused by dput(upper) being called before\novl_dentry_update_reval(), while upper-\u003ed_flags was still\naccessed in ovl_dentry_remote().\n\nMove dput(upper) after its last use to prevent use-after-free.\n\nBUG: KASAN: slab-use-after-free in ovl_dentry_remote fs/overlayfs/util.c:162 [inline]\nBUG: KASAN: slab-use-after-free in ovl_dentry_update_reval+0xd2/0xf0 fs/overlayfs/util.c:167\n\nCall Trace:\n \u003cTASK\u003e\n __dump_stack lib/dump_stack.c:88 [inline]\n dump_stack_lvl+0x116/0x1f0 lib/dump_stack.c:114\n print_address_description mm/kasan/report.c:377 [inline]\n print_report+0xc3/0x620 mm/kasan/report.c:488\n kasan_report+0xd9/0x110 mm/kasan/report.c:601\n ovl_dentry_remote fs/overlayfs/util.c:162 [inline]\n ovl_dentry_update_reval+0xd2/0xf0 fs/overlayfs/util.c:167\n ovl_link_up fs/overlayfs/copy_up.c:610 [inline]\n ovl_copy_up_one+0x2105/0x3490 fs/overlayfs/copy_up.c:1170\n ovl_copy_up_flags+0x18d/0x200 fs/overlayfs/copy_up.c:1223\n ovl_rename+0x39e/0x18c0 fs/overlayfs/dir.c:1136\n vfs_rename+0xf84/0x20a0 fs/namei.c:4893\n...\n \u003c/TASK\u003e", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up", "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.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21887" }, { "category": "external", "summary": "RHBZ#2355405", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355405" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21887", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21887" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21887", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21887" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025032714-CVE-2025-21887-48e8@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025032714-CVE-2025-21887-48e8@gregkh/T" } ], "release_date": "2025-03-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-07T08:44:55+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.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:10379" }, { "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.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64" ] } ], "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.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up" }, { "cve": "CVE-2025-22004", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-04-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2357142" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: atm: fix use after free in lec_send()\n\nThe -\u003esend() operation frees skb so save the length before calling\n-\u003esend() to avoid a use after free.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net: atm: fix use after free in lec_send()", "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.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-22004" }, { "category": "external", "summary": "RHBZ#2357142", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357142" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-22004", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22004" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22004", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22004" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025040349-CVE-2025-22004-64f9@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025040349-CVE-2025-22004-64f9@gregkh/T" } ], "release_date": "2025-04-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-07T08:44:55+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.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:10379" } ], "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.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: net: atm: fix use after free in lec_send()" }, { "cve": "CVE-2025-37799", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2025-05-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2363876" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nvmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp\n\nvmxnet3 driver\u0027s XDP handling is buggy for packet sizes using ring0 (that\nis, packet sizes between 128 - 3k bytes).\n\nWe noticed MTU-related connectivity issues with Cilium\u0027s service load-\nbalancing in case of vmxnet3 as NIC underneath. A simple curl to a HTTP\nbackend service where the XDP LB was doing IPIP encap led to overly large\npacket sizes but only for *some* of the packets (e.g. HTTP GET request)\nwhile others (e.g. the prior TCP 3WHS) looked completely fine on the wire.\n\nIn fact, the pcap recording on the backend node actually revealed that the\nnode with the XDP LB was leaking uninitialized kernel data onto the wire\nfor the affected packets, for example, while the packets should have been\n152 bytes their actual size was 1482 bytes, so the remainder after 152 bytes\nwas padded with whatever other data was in that page at the time (e.g. we\nsaw user/payload data from prior processed packets).\n\nWe only noticed this through an MTU issue, e.g. when the XDP LB node and\nthe backend node both had the same MTU (e.g. 1500) then the curl request\ngot dropped on the backend node\u0027s NIC given the packet was too large even\nthough the IPIP-encapped packet normally would never even come close to\nthe MTU limit. Lowering the MTU on the XDP LB (e.g. 1480) allowed to let\nthe curl request succeed (which also indicates that the kernel ignored the\npadding, and thus the issue wasn\u0027t very user-visible).\n\nCommit e127ce7699c1 (\"vmxnet3: Fix missing reserved tailroom\") was too eager\nto also switch xdp_prepare_buff() from rcd-\u003elen to rbi-\u003elen. It really needs\nto stick to rcd-\u003elen which is the actual packet length from the descriptor.\nThe latter we also feed into vmxnet3_process_xdp_small(), by the way, and\nit indicates the correct length needed to initialize the xdp-\u003e{data,data_end}\nparts. For e127ce7699c1 (\"vmxnet3: Fix missing reserved tailroom\") the\nrelevant part was adapting xdp_init_buff() to address the warning given the\nxdp_data_hard_end() depends on xdp-\u003eframe_sz. With that fixed, traffic on\nthe wire looks good again.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp", "title": "Vulnerability summary" }, { "category": "other", "text": "A bug in the vmxnet3 XDP path caused uninitialized kernel memory to be leaked into network packets, due to incorrect packet size handling.\nThis results in a kernel memory disclosure to remote systems, affecting confidentiality but not system stability.\n\nRHEL versions prior to 9.5 are not affected by this vulnerability, as the vulnerable code is not present in those releases.", "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.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-37799" }, { "category": "external", "summary": "RHBZ#2363876", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363876" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-37799", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37799" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37799", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37799" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025050349-CVE-2025-37799-bb83@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025050349-CVE-2025-37799-bb83@gregkh/T" } ], "release_date": "2025-05-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-07T08:44:55+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.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:10379" }, { "category": "workaround", "details": "To mitigate this issue, prevent module vmxnet3 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.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "AppStream-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "AppStream-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "BaseOS-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "CRB-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "CRB-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "NFV-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "NFV-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.src", "RT-9.6.0.Z.MAIN.EUS:kernel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-abi-stablelists-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-cross-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debug-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-devel-matched-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-doc-0:5.14.0-570.25.1.el9_6.noarch", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-headers-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-64k-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-kvm-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-core-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-uki-virt-addons-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-core-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:libperf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:python3-perf-debuginfo-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rtla-0:5.14.0-570.25.1.el9_6.x86_64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.aarch64", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.ppc64le", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.s390x", "RT-9.6.0.Z.MAIN.EUS:rv-0:5.14.0-570.25.1.el9_6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp" } ] }
rhsa-2025:17124
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: ipv6: mcast: extend RCU protection in igmp6_send() (CVE-2025-21759)\n\n* kernel: udp: Fix memory accounting leak. (CVE-2025-22058)\n\n* kernel: md-raid10: fix KASAN warning (CVE-2022-50211)\n\n* kernel: i40e: fix MMIO write access to an invalid page in i40e_clear_hw (CVE-2025-38200)\n\n* kernel: net/sched: sch_qfq: Fix race condition on qfq_aggregate (CVE-2025-38477)\n\n* kernel: smb: client: fix use-after-free in cifs_oplock_break (CVE-2025-38527)\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:17124", "url": "https://access.redhat.com/errata/RHSA-2025:17124" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "2360276", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360276" }, { "category": "external", "summary": "2373662", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373662" }, { "category": "external", "summary": "2376392", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376392" }, { "category": "external", "summary": "2383922", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383922" }, { "category": "external", "summary": "2388928", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2388928" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_17124.json" } ], "title": "Red Hat Security Advisory: kernel security update", "tracking": { "current_release_date": "2025-10-20T20:01:02+00:00", "generator": { "date": "2025-10-20T20:01:02+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.9" } }, "id": "RHSA-2025:17124", "initial_release_date": "2025-10-01T00:31:42+00:00", "revision_history": [ { "date": "2025-10-01T00:31:42+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-10-01T00:31:42+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-10-20T20:01:02+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.162.1.el8_6.x86_64", "product": { "name": "bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "kernel-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "kernel-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "perf-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "perf-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-372.162.1.el8_6?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "product": { "name": "python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "product_id": "python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-372.162.1.el8_6?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "kernel-0:4.18.0-372.162.1.el8_6.src", "product": { "name": "kernel-0:4.18.0-372.162.1.el8_6.src", "product_id": "kernel-0:4.18.0-372.162.1.el8_6.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-372.162.1.el8_6?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "product": { "name": "kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "product_id": "kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-stablelists@4.18.0-372.162.1.el8_6?arch=noarch" } } }, { "category": "product_version", "name": "kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "product": { "name": "kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "product_id": "kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@4.18.0-372.162.1.el8_6?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "kernel-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "kernel-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "perf-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "perf-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "perf-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-372.162.1.el8_6?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "product": { "name": "python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "product_id": "python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-372.162.1.el8_6?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "perf-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "perf-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-372.162.1.el8_6?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "product": { "name": "python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "product_id": "python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-372.162.1.el8_6?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bpftool-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "bpftool-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "bpftool-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "perf-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "perf-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "perf-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-372.162.1.el8_6?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product": { "name": "python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product_id": "python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "bpftool-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "bpftool-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.src" }, "product_reference": "kernel-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-0:4.18.0-372.162.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.162.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.162.1.el8_6.noarch" }, "product_reference": "kernel-abi-stablelists-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-core-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debug-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debug-core-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debug-devel-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debug-modules-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-devel-0:4.18.0-372.162.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.162.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.162.1.el8_6.noarch" }, "product_reference": "kernel-doc-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-modules-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-modules-extra-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-tools-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-tools-libs-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "perf-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "perf-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "python3-perf-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "bpftool-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "bpftool-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "bpftool-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "bpftool-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "bpftool-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "bpftool-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "bpftool-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "bpftool-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "kernel-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "kernel-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-0:4.18.0-372.162.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.162.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.162.1.el8_6.src" }, "product_reference": "kernel-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-0:4.18.0-372.162.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.162.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.162.1.el8_6.noarch" }, "product_reference": "kernel-abi-stablelists-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "kernel-core-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "kernel-core-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-core-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-core-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "kernel-debug-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "kernel-debug-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-debug-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debug-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "kernel-debug-core-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "kernel-debug-core-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-debug-core-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debug-core-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "kernel-debug-devel-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "kernel-debug-devel-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-debug-devel-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debug-devel-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "kernel-debug-modules-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "kernel-debug-modules-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-debug-modules-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debug-modules-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "kernel-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "kernel-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "kernel-devel-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "kernel-devel-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-devel-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-devel-0:4.18.0-372.162.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.162.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.162.1.el8_6.noarch" }, "product_reference": "kernel-doc-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "kernel-modules-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "kernel-modules-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-modules-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-modules-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "kernel-modules-extra-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "kernel-modules-extra-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-modules-extra-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-modules-extra-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "kernel-tools-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "kernel-tools-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-tools-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-tools-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "kernel-tools-libs-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "kernel-tools-libs-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-tools-libs-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-zfcpdump-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-zfcpdump-core-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "perf-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "perf-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "perf-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "perf-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "perf-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "perf-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "perf-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "perf-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "python3-perf-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "python3-perf-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "python3-perf-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "python3-perf-0:4.18.0-372.162.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.162.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.162.1.el8_6.aarch64" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.s390x" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "bpftool-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "bpftool-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.src" }, "product_reference": "kernel-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-0:4.18.0-372.162.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.162.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.162.1.el8_6.noarch" }, "product_reference": "kernel-abi-stablelists-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-core-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debug-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debug-core-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debug-devel-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debug-modules-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-devel-0:4.18.0-372.162.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.162.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.162.1.el8_6.noarch" }, "product_reference": "kernel-doc-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-modules-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-modules-extra-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-tools-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "kernel-tools-libs-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "perf-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "perf-debuginfo-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "python3-perf-0:4.18.0-372.162.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.162.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.162.1.el8_6.x86_64" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "relates_to_product_reference": "BaseOS-8.6.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-50211", "cwe": { "id": "CWE-823", "name": "Use of Out-of-range Pointer Offset" }, "discovery_date": "2025-06-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2373662" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmd-raid10: fix KASAN warning\n\nThere\u0027s a KASAN warning in raid10_remove_disk when running the lvm\ntest lvconvert-raid-reshape.sh. We fix this warning by verifying that the\nvalue \"number\" is valid.\n\nBUG: KASAN: slab-out-of-bounds in raid10_remove_disk+0x61/0x2a0 [raid10]\nRead of size 8 at addr ffff889108f3d300 by task mdX_raid10/124682\n\nCPU: 3 PID: 124682 Comm: mdX_raid10 Not tainted 5.19.0-rc6 #1\nHardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.14.0-2 04/01/2014\nCall Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x34/0x44\n print_report.cold+0x45/0x57a\n ? __lock_text_start+0x18/0x18\n ? raid10_remove_disk+0x61/0x2a0 [raid10]\n kasan_report+0xa8/0xe0\n ? raid10_remove_disk+0x61/0x2a0 [raid10]\n raid10_remove_disk+0x61/0x2a0 [raid10]\nBuffer I/O error on dev dm-76, logical block 15344, async page read\n ? __mutex_unlock_slowpath.constprop.0+0x1e0/0x1e0\n remove_and_add_spares+0x367/0x8a0 [md_mod]\n ? super_written+0x1c0/0x1c0 [md_mod]\n ? mutex_trylock+0xac/0x120\n ? _raw_spin_lock+0x72/0xc0\n ? _raw_spin_lock_bh+0xc0/0xc0\n md_check_recovery+0x848/0x960 [md_mod]\n raid10d+0xcf/0x3360 [raid10]\n ? sched_clock_cpu+0x185/0x1a0\n ? rb_erase+0x4d4/0x620\n ? var_wake_function+0xe0/0xe0\n ? psi_group_change+0x411/0x500\n ? preempt_count_sub+0xf/0xc0\n ? _raw_spin_lock_irqsave+0x78/0xc0\n ? __lock_text_start+0x18/0x18\n ? raid10_sync_request+0x36c0/0x36c0 [raid10]\n ? preempt_count_sub+0xf/0xc0\n ? _raw_spin_unlock_irqrestore+0x19/0x40\n ? del_timer_sync+0xa9/0x100\n ? try_to_del_timer_sync+0xc0/0xc0\n ? _raw_spin_lock_irqsave+0x78/0xc0\n ? __lock_text_start+0x18/0x18\n ? _raw_spin_unlock_irq+0x11/0x24\n ? __list_del_entry_valid+0x68/0xa0\n ? finish_wait+0xa3/0x100\n md_thread+0x161/0x260 [md_mod]\n ? unregister_md_personality+0xa0/0xa0 [md_mod]\n ? _raw_spin_lock_irqsave+0x78/0xc0\n ? prepare_to_wait_event+0x2c0/0x2c0\n ? unregister_md_personality+0xa0/0xa0 [md_mod]\n kthread+0x148/0x180\n ? kthread_complete_and_exit+0x20/0x20\n ret_from_fork+0x1f/0x30\n \u003c/TASK\u003e\n\nAllocated by task 124495:\n kasan_save_stack+0x1e/0x40\n __kasan_kmalloc+0x80/0xa0\n setup_conf+0x140/0x5c0 [raid10]\n raid10_run+0x4cd/0x740 [raid10]\n md_run+0x6f9/0x1300 [md_mod]\n raid_ctr+0x2531/0x4ac0 [dm_raid]\n dm_table_add_target+0x2b0/0x620 [dm_mod]\n table_load+0x1c8/0x400 [dm_mod]\n ctl_ioctl+0x29e/0x560 [dm_mod]\n dm_compat_ctl_ioctl+0x7/0x20 [dm_mod]\n __do_compat_sys_ioctl+0xfa/0x160\n do_syscall_64+0x90/0xc0\n entry_SYSCALL_64_after_hwframe+0x46/0xb0\n\nLast potentially related work creation:\n kasan_save_stack+0x1e/0x40\n __kasan_record_aux_stack+0x9e/0xc0\n kvfree_call_rcu+0x84/0x480\n timerfd_release+0x82/0x140\nL __fput+0xfa/0x400\n task_work_run+0x80/0xc0\n exit_to_user_mode_prepare+0x155/0x160\n syscall_exit_to_user_mode+0x12/0x40\n do_syscall_64+0x42/0xc0\n entry_SYSCALL_64_after_hwframe+0x46/0xb0\n\nSecond to last potentially related work creation:\n kasan_save_stack+0x1e/0x40\n __kasan_record_aux_stack+0x9e/0xc0\n kvfree_call_rcu+0x84/0x480\n timerfd_release+0x82/0x140\n __fput+0xfa/0x400\n task_work_run+0x80/0xc0\n exit_to_user_mode_prepare+0x155/0x160\n syscall_exit_to_user_mode+0x12/0x40\n do_syscall_64+0x42/0xc0\n entry_SYSCALL_64_after_hwframe+0x46/0xb0\n\nThe buggy address belongs to the object at ffff889108f3d200\n which belongs to the cache kmalloc-256 of size 256\nThe buggy address is located 0 bytes to the right of\n 256-byte region [ffff889108f3d200, ffff889108f3d300)\n\nThe buggy address belongs to the physical page:\npage:000000007ef2a34c refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x1108f3c\nhead:000000007ef2a34c order:2 compound_mapcount:0 compound_pincount:0\nflags: 0x4000000000010200(slab|head|zone=2)\nraw: 4000000000010200 0000000000000000 dead000000000001 ffff889100042b40\nraw: 0000000000000000 0000000080200020 00000001ffffffff 0000000000000000\npage dumped because: kasan: bad access detected\n\nMemory state around the buggy address:\n ffff889108f3d200: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n ffff889108f3d280: 00 00\n---truncated---", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: md-raid10: fix KASAN warning", "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.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-50211" }, { "category": "external", "summary": "RHBZ#2373662", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373662" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-50211", "url": "https://www.cve.org/CVERecord?id=CVE-2022-50211" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50211", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50211" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025061843-CVE-2022-50211-393a@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025061843-CVE-2022-50211-393a@gregkh/T" } ], "release_date": "2025-06-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-10-01T00:31:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:17124" } ], "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.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: md-raid10: fix KASAN warning" }, { "cve": "CVE-2025-21759", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-02-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2348596" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: mcast: extend RCU protection in igmp6_send()\n\nigmp6_send() can be called without RTNL or RCU being held.\n\nExtend RCU protection so that we can safely fetch the net pointer\nand avoid a potential UAF.\n\nNote that we no longer can use sock_alloc_send_skb() because\nipv6.igmp_sk uses GFP_KERNEL allocations which can sleep.\n\nInstead use alloc_skb() and charge the net-\u003eipv6.igmp_sk\nsocket under RCU protection.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()", "title": "Vulnerability summary" }, { "category": "other", "text": "The patch extends RCU protection in igmp6_send() to prevent a potential use-after-free (UAF) when accessing net-\u003eipv6.igmp_sk. This function could be invoked without holding RTNL or RCU, making concurrent access unsafe in network namespace contexts. The fix replaces sock_alloc_send_skb() with alloc_skb() and sets the owner under RCU to ensure safe allocation. The bug actual only if IPV6 being used and IGMPv6 (Internet Group Management Protocol for IPv6) being used too. The security impact is limited, because no known way to trigger the bug (see in the patch description: \"Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF\").", "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.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21759" }, { "category": "external", "summary": "RHBZ#2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T" } ], "release_date": "2025-02-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-10-01T00:31:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:17124" }, { "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": [ "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.6, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/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.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()" }, { "cve": "CVE-2025-22058", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2025-04-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2360276" } ], "notes": [ { "category": "description", "text": "A memory overflow vulnerability exists within the Linux kernel\u0027s networking subsystem. Specifically, an application can set the SO_RCVBUF socket option to its maximum value (INT_MAX), which triggers an integer overflow within the udp_rmem_release() function during socket closure. The udp_destruct_common() purges its receive queue and sums up skb-\u003etruesize in the queue. This total is calculated and stored in a local unsigned integer variable. The total size is then passed to udp_rmem_release() to adjust memory accounting. Due to the function taking a signed integer argument, the total size can wrap around, causing a memory overflow condition, potentially leading to system instability.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: udp: Fix memory accounting leak.", "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.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-22058" }, { "category": "external", "summary": "RHBZ#2360276", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360276" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-22058", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22058" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22058", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22058" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025041606-CVE-2025-22058-045a@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025041606-CVE-2025-22058-045a@gregkh/T" } ], "release_date": "2025-04-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-10-01T00:31:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:17124" }, { "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": [ "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ] } ], "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.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: udp: Fix memory accounting leak." }, { "cve": "CVE-2025-38200", "cwe": { "id": "CWE-191", "name": "Integer Underflow (Wrap or Wraparound)" }, "discovery_date": "2025-07-04T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2376392" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\ni40e: fix MMIO write access to an invalid page in i40e_clear_hw\n\nWhen the device sends a specific input, an integer underflow can occur, leading\nto MMIO write access to an invalid page.\n\nPrevent the integer underflow by changing the type of related variables.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: i40e: fix MMIO write access to an invalid page in i40e_clear_hw", "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.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-38200" }, { "category": "external", "summary": "RHBZ#2376392", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376392" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38200", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38200" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38200", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38200" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025070418-CVE-2025-38200-47d9@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025070418-CVE-2025-38200-47d9@gregkh/T" } ], "release_date": "2025-07-04T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-10-01T00:31:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:17124" } ], "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.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: i40e: fix MMIO write access to an invalid page in i40e_clear_hw" }, { "cve": "CVE-2025-38477", "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": "2383922" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/sched: sch_qfq: Fix race condition on qfq_aggregate\n\nA race condition can occur when \u0027agg\u0027 is modified in qfq_change_agg\n(called during qfq_enqueue) while other threads access it\nconcurrently. For example, qfq_dump_class may trigger a NULL\ndereference, and qfq_delete_class may cause a use-after-free.\n\nThis patch addresses the issue by:\n\n1. Moved qfq_destroy_class into the critical section.\n\n2. Added sch_tree_lock protection to qfq_dump_class and\nqfq_dump_class_stats.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net/sched: sch_qfq: Fix race condition on qfq_aggregate", "title": "Vulnerability summary" }, { "category": "other", "text": "This patch fixes a race condition in the QFQ packet scheduler, where concurrent modification and access to cl-\u003eagg may result in a use-after-free or NULL pointer dereference.\nThe bug occurs when qfq_change_class() reassigns the agg pointer while other threads read it in qfq_dump_class() or qfq_delete_class().\nThe fix synchronizes access using sch_tree_lock() and reorders destruction logic to avoid concurrency issues.\nThis issue can be triggered locally by users with CAP_NET_ADMIN privileges and may lead to kernel crashes or denial-of-service.\nAlthough the vulnerability involves a use-after-free, it only results in stale reads of deallocated memory, used in netlink reporting functions.\nThere is no write primitive, function pointer corruption, or kernel state modification, making privilege escalation infeasible in this case.", "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.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-38477" }, { "category": "external", "summary": "RHBZ#2383922", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383922" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38477", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38477" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38477", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38477" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025072813-CVE-2025-38477-8b42@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025072813-CVE-2025-38477-8b42@gregkh/T" } ], "release_date": "2025-07-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-10-01T00:31:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:17124" }, { "category": "workaround", "details": "To mitigate this issue, prevent module sch_qfq 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.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H", "version": "3.1" }, "products": [ "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: net/sched: sch_qfq: Fix race condition on qfq_aggregate" }, { "cve": "CVE-2025-38527", "cwe": { "id": "CWE-825", "name": "Expired Pointer Dereference" }, "discovery_date": "2025-08-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2388928" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nsmb: client: fix use-after-free in cifs_oplock_break\n\nA race condition can occur in cifs_oplock_break() leading to a\nuse-after-free of the cinode structure when unmounting:\n\n cifs_oplock_break()\n _cifsFileInfo_put(cfile)\n cifsFileInfo_put_final()\n cifs_sb_deactive()\n [last ref, start releasing sb]\n kill_sb()\n kill_anon_super()\n generic_shutdown_super()\n evict_inodes()\n dispose_list()\n evict()\n destroy_inode()\n call_rcu(\u0026inode-\u003ei_rcu, i_callback)\n spin_lock(\u0026cinode-\u003eopen_file_lock) \u003c- OK\n [later] i_callback()\n cifs_free_inode()\n kmem_cache_free(cinode)\n spin_unlock(\u0026cinode-\u003eopen_file_lock) \u003c- UAF\n cifs_done_oplock_break(cinode) \u003c- UAF\n\nThe issue occurs when umount has already released its reference to the\nsuperblock. When _cifsFileInfo_put() calls cifs_sb_deactive(), this\nreleases the last reference, triggering the immediate cleanup of all\ninodes under RCU. However, cifs_oplock_break() continues to access the\ncinode after this point, resulting in use-after-free.\n\nFix this by holding an extra reference to the superblock during the\nentire oplock break operation. This ensures that the superblock and\nits inodes remain valid until the oplock break completes.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: smb: client: fix use-after-free in cifs_oplock_break", "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.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-38527" }, { "category": "external", "summary": "RHBZ#2388928", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2388928" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38527", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38527" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38527", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38527" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025081654-CVE-2025-38527-c389@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025081654-CVE-2025-38527-c389@gregkh/T" } ], "release_date": "2025-08-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-10-01T00:31:42+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "BaseOS-8.6.0.Z.AUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:17124" } ], "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.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.AUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.AUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.AUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.E4S:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-aarch64-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-s390x-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-core-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-devel-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:kernel-zfcpdump-modules-extra-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.aarch64", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.ppc64le", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.s390x", "BaseOS-8.6.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:bpftool-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.src", "BaseOS-8.6.0.Z.TUS:kernel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-core-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-devel-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-doc-0:4.18.0-372.162.1.el8_6.noarch", "BaseOS-8.6.0.Z.TUS:kernel-modules-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-modules-extra-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:kernel-tools-libs-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-0:4.18.0-372.162.1.el8_6.x86_64", "BaseOS-8.6.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-372.162.1.el8_6.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: smb: client: fix use-after-free in cifs_oplock_break" } ] }
rhsa-2025:12209
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: ipv6: mcast: extend RCU protection in igmp6_send() (CVE-2025-21759)\n\n* kernel: media: uvcvideo: Fix double free in error path (CVE-2024-57980)\n\n* kernel: wifi: iwlwifi: limit printed string from FW file (CVE-2025-21905)\n\n* kernel: ext4: avoid journaling sb update on error if journal is destroying (CVE-2025-22113)\n\n* kernel: mm/huge_memory: fix dereferencing invalid pmd migration entry (CVE-2025-37958)\n\n* kernel: net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done (CVE-2025-38052)\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:12209", "url": "https://access.redhat.com/errata/RHSA-2025:12209" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "2348599", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348599" }, { "category": "external", "summary": "2356613", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356613" }, { "category": "external", "summary": "2360212", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360212" }, { "category": "external", "summary": "2367572", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367572" }, { "category": "external", "summary": "2373380", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373380" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_12209.json" } ], "title": "Red Hat Security Advisory: kernel security update", "tracking": { "current_release_date": "2025-10-08T15:19:19+00:00", "generator": { "date": "2025-10-08T15:19:19+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.9" } }, "id": "RHSA-2025:12209", "initial_release_date": "2025-07-29T17:01:05+00:00", "revision_history": [ { "date": "2025-07-29T17:01:05+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-07-29T17:01:05+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-10-08T15:19:19+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.128.1.el9_2.aarch64", "product": { "name": "bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "product_id": "bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "product_id": "bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "perf-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "perf-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.128.1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.128.1.el9_2.aarch64", "product": { "name": "rtla-0:5.14.0-284.128.1.el9_2.aarch64", "product_id": "rtla-0:5.14.0-284.128.1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.128.1.el9_2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "product": { "name": "bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "product_id": "bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "product_id": "bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "perf-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "perf-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.128.1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "product": { "name": "rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "product_id": "rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.128.1.el9_2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "product": { "name": "bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "product_id": "bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "product_id": "bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "perf-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "perf-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.128.1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.128.1.el9_2.x86_64", "product": { "name": "rtla-0:5.14.0-284.128.1.el9_2.x86_64", "product_id": "rtla-0:5.14.0-284.128.1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.128.1.el9_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "bpftool-0:7.0.0-284.128.1.el9_2.s390x", "product": { "name": "bpftool-0:7.0.0-284.128.1.el9_2.s390x", "product_id": "bpftool-0:7.0.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.0.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "product": { "name": "bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "product_id": "bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.0.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "perf-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "perf-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "perf-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-284.128.1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-284.128.1.el9_2.s390x", "product": { "name": "rtla-0:5.14.0-284.128.1.el9_2.s390x", "product_id": "rtla-0:5.14.0-284.128.1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-284.128.1.el9_2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "kernel-0:5.14.0-284.128.1.el9_2.src", "product": { "name": "kernel-0:5.14.0-284.128.1.el9_2.src", "product_id": "kernel-0:5.14.0-284.128.1.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-284.128.1.el9_2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "product": { "name": "kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "product_id": "kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-284.128.1.el9_2?arch=noarch" } } }, { "category": "product_version", "name": "kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "product": { "name": "kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "product_id": "kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "bpftool-0:7.0.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "bpftool-0:7.0.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "bpftool-0:7.0.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "bpftool-0:7.0.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-0:5.14.0-284.128.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.128.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.128.1.el9_2.src" }, "product_reference": "kernel-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-debug-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.noarch" }, "product_reference": "kernel-doc-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-headers-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-tools-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "perf-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "perf-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "perf-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "perf-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "python3-perf-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "python3-perf-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "python3-perf-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "rtla-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "rtla-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "rtla-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "rtla-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "bpftool-0:7.0.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "bpftool-0:7.0.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "bpftool-0:7.0.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "bpftool-0:7.0.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "bpftool-debuginfo-0:7.0.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-0:5.14.0-284.128.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.128.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.128.1.el9_2.src" }, "product_reference": "kernel-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-debug-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.noarch" }, "product_reference": "kernel-doc-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-headers-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-tools-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "perf-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "perf-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "perf-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "perf-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "python3-perf-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "python3-perf-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "python3-perf-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-284.128.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.128.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.128.1.el9_2.aarch64" }, "product_reference": "rtla-0:5.14.0-284.128.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.128.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.128.1.el9_2.ppc64le" }, "product_reference": "rtla-0:5.14.0-284.128.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.128.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.128.1.el9_2.s390x" }, "product_reference": "rtla-0:5.14.0-284.128.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.128.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.128.1.el9_2.x86_64" }, "product_reference": "rtla-0:5.14.0-284.128.1.el9_2.x86_64", "relates_to_product_reference": "BaseOS-9.2.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-57980", "cwe": { "id": "CWE-415", "name": "Double Free" }, "discovery_date": "2025-02-27T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2348599" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmedia: uvcvideo: Fix double free in error path\n\nIf the uvc_status_init() function fails to allocate the int_urb, it will\nfree the dev-\u003estatus pointer but doesn\u0027t reset the pointer to NULL. This\nresults in the kfree() call in uvc_status_cleanup() trying to\ndouble-free the memory. Fix it by resetting the dev-\u003estatus pointer to\nNULL after freeing it.\n\nReviewed by: Ricardo Ribalda \u003cribalda@chromium.org\u003e", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: media: uvcvideo: Fix double free in error path", "title": "Vulnerability summary" }, { "category": "other", "text": "The bug could happen on error path if memory allocation failed. For the Linux Kernel this condition is impossible until system already failed. This type of bugs are complex to trigger (making system out of memory) and considered to affect availability only. The security impact is limited.", "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.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-57980" }, { "category": "external", "summary": "RHBZ#2348599", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348599" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-57980", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57980" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-57980", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-57980" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022634-CVE-2024-57980-4b5a@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022634-CVE-2024-57980-4b5a@gregkh/T" } ], "release_date": "2025-02-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-29T17:01:05+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:12209" }, { "category": "workaround", "details": "To mitigate this issue, prevent module uvcvideo 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.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 4.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: media: uvcvideo: Fix double free in error path" }, { "cve": "CVE-2025-21759", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-02-27T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2348596" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: mcast: extend RCU protection in igmp6_send()\n\nigmp6_send() can be called without RTNL or RCU being held.\n\nExtend RCU protection so that we can safely fetch the net pointer\nand avoid a potential UAF.\n\nNote that we no longer can use sock_alloc_send_skb() because\nipv6.igmp_sk uses GFP_KERNEL allocations which can sleep.\n\nInstead use alloc_skb() and charge the net-\u003eipv6.igmp_sk\nsocket under RCU protection.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()", "title": "Vulnerability summary" }, { "category": "other", "text": "The patch extends RCU protection in igmp6_send() to prevent a potential use-after-free (UAF) when accessing net-\u003eipv6.igmp_sk. This function could be invoked without holding RTNL or RCU, making concurrent access unsafe in network namespace contexts. The fix replaces sock_alloc_send_skb() with alloc_skb() and sets the owner under RCU to ensure safe allocation. The bug actual only if IPV6 being used and IGMPv6 (Internet Group Management Protocol for IPv6) being used too. The security impact is limited, because no known way to trigger the bug (see in the patch description: \"Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF\").", "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.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21759" }, { "category": "external", "summary": "RHBZ#2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T" } ], "release_date": "2025-02-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-29T17:01:05+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:12209" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.6, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()" }, { "cve": "CVE-2025-21905", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2025-04-01T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2356613" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: iwlwifi: limit printed string from FW file\n\nThere\u0027s no guarantee here that the file is always with a\nNUL-termination, so reading the string may read beyond the\nend of the TLV. If that\u0027s the last TLV in the file, it can\nperhaps even read beyond the end of the file buffer.\n\nFix that by limiting the print format to the size of the\nbuffer we have.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: wifi: iwlwifi: limit printed string from FW file", "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.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21905" }, { "category": "external", "summary": "RHBZ#2356613", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356613" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21905", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21905" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21905", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21905" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025040129-CVE-2025-21905-348b@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025040129-CVE-2025-21905-348b@gregkh/T" } ], "release_date": "2025-04-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-29T17:01:05+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:12209" } ], "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.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: wifi: iwlwifi: limit printed string from FW file" }, { "cve": "CVE-2025-22113", "cwe": { "id": "CWE-99", "name": "Improper Control of Resource Identifiers (\u0027Resource Injection\u0027)" }, "discovery_date": "2025-04-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2360212" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: avoid journaling sb update on error if journal is destroying\n\nPresently we always BUG_ON if trying to start a transaction on a journal marked\nwith JBD2_UNMOUNT, since this should never happen. However, while ltp running\nstress tests, it was observed that in case of some error handling paths, it is\npossible for update_super_work to start a transaction after the journal is\ndestroyed eg:\n\n(umount)\next4_kill_sb\n kill_block_super\n generic_shutdown_super\n sync_filesystem /* commits all txns */\n evict_inodes\n /* might start a new txn */\n ext4_put_super\n\tflush_work(\u0026sbi-\u003es_sb_upd_work) /* flush the workqueue */\n jbd2_journal_destroy\n journal_kill_thread\n journal-\u003ej_flags |= JBD2_UNMOUNT;\n jbd2_journal_commit_transaction\n jbd2_journal_get_descriptor_buffer\n jbd2_journal_bmap\n ext4_journal_bmap\n ext4_map_blocks\n ...\n ext4_inode_error\n ext4_handle_error\n schedule_work(\u0026sbi-\u003es_sb_upd_work)\n\n /* work queue kicks in */\n update_super_work\n jbd2_journal_start\n start_this_handle\n BUG_ON(journal-\u003ej_flags \u0026\n JBD2_UNMOUNT)\n\nHence, introduce a new mount flag to indicate journal is destroying and only do\na journaled (and deferred) update of sb if this flag is not set. Otherwise, just\nfallback to an un-journaled commit.\n\nFurther, in the journal destroy path, we have the following sequence:\n\n 1. Set mount flag indicating journal is destroying\n 2. force a commit and wait for it\n 3. flush pending sb updates\n\nThis sequence is important as it ensures that, after this point, there is no sb\nupdate that might be journaled so it is safe to update the sb outside the\njournal. (To avoid race discussed in 2d01ddc86606)\n\nAlso, we don\u0027t need a similar check in ext4_grp_locked_error since it is only\ncalled from mballoc and AFAICT it would be always valid to schedule work here.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ext4: avoid journaling sb update on error if journal is destroying", "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.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-22113" }, { "category": "external", "summary": "RHBZ#2360212", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360212" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-22113", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22113" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22113", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22113" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025041625-CVE-2025-22113-34cd@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025041625-CVE-2025-22113-34cd@gregkh/T" } ], "release_date": "2025-04-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-29T17:01:05+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:12209" } ], "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.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ext4: avoid journaling sb update on error if journal is destroying" }, { "cve": "CVE-2025-37890", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-05-16T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64" ] } ], "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.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.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-07-29T17:01:05+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:12209" }, { "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.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.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.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.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-37958", "discovery_date": "2025-05-20T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2367572" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/huge_memory: fix dereferencing invalid pmd migration entry\n\nWhen migrating a THP, concurrent access to the PMD migration entry during\na deferred split scan can lead to an invalid address access, as\nillustrated below. To prevent this invalid access, it is necessary to\ncheck the PMD migration entry and return early. In this context, there is\nno need to use pmd_to_swp_entry and pfn_swap_entry_to_page to verify the\nequality of the target folio. Since the PMD migration entry is locked, it\ncannot be served as the target.\n\nMailing list discussion and explanation from Hugh Dickins: \"An anon_vma\nlookup points to a location which may contain the folio of interest, but\nmight instead contain another folio: and weeding out those other folios is\nprecisely what the \"folio != pmd_folio((*pmd)\" check (and the \"risk of\nreplacing the wrong folio\" comment a few lines above it) is for.\"\n\nBUG: unable to handle page fault for address: ffffea60001db008\nCPU: 0 UID: 0 PID: 2199114 Comm: tee Not tainted 6.14.0+ #4 NONE\nHardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-debian-1.16.3-2 04/01/2014\nRIP: 0010:split_huge_pmd_locked+0x3b5/0x2b60\nCall Trace:\n\u003cTASK\u003e\ntry_to_migrate_one+0x28c/0x3730\nrmap_walk_anon+0x4f6/0x770\nunmap_folio+0x196/0x1f0\nsplit_huge_page_to_list_to_order+0x9f6/0x1560\ndeferred_split_scan+0xac5/0x12a0\nshrinker_debugfs_scan_write+0x376/0x470\nfull_proxy_write+0x15c/0x220\nvfs_write+0x2fc/0xcb0\nksys_write+0x146/0x250\ndo_syscall_64+0x6a/0x120\nentry_SYSCALL_64_after_hwframe+0x76/0x7e\n\nThe bug is found by syzkaller on an internal kernel, then confirmed on\nupstream.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: mm/huge_memory: fix dereferencing invalid pmd migration entry", "title": "Vulnerability summary" }, { "category": "other", "text": "Local DoS via page fault in THP migration edge case. Requires aggressive memory operations and THP. No remote or privilege escalation risk.", "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.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-37958" }, { "category": "external", "summary": "RHBZ#2367572", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367572" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-37958", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37958" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37958", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37958" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025052003-CVE-2025-37958-02de@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025052003-CVE-2025-37958-02de@gregkh/T" } ], "release_date": "2025-05-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-29T17:01:05+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:12209" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 4.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: mm/huge_memory: fix dereferencing invalid pmd migration entry" }, { "cve": "CVE-2025-38000", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-06-06T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64" ] } ], "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.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.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-07-29T17:01:05+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:12209" }, { "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.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.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.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.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", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64" ] } ], "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.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.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-07-29T17:01:05+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:12209" }, { "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.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.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.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: net_sched: hfsc: Address reentrant enqueue adding class to eltree twice" }, { "cve": "CVE-2025-38052", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-06-18T00:00:00+00:00", "flags": [ { "label": "vulnerable_code_not_present", "product_ids": [ "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64" ] } ], "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2373380" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the Linux kernel\u0027s management of network namespaces. By manipulating the lifecycle of network namespaces, an attacker could exploit this vulnerability to cause a system crash or leak sensitive system memory. Exploitation of this vulnerability requires that a user has access to the system and the ability to create or destroy network namespaces. This typically requires administrative privileges, but could be exposed to an unprivileged user who has control over container lifecycles or a user who has administrative privileges within a container.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done", "title": "Vulnerability summary" }, { "category": "other", "text": "A slab-use-after-free vulnerability exists in the TIPC crypto subsystem in the Linux kernel. The bug is triggered when a network namespace is deleted while an asynchronous crypto operation is still pending, resulting in access to freed memory from a delayed worker context. The vulnerability requires local privileges to create and manipulate network namespaces and configure TIPC crypto bearers, which justifies the use of PR:L. Despite this, the impact on system memory and stability is significant due to the asynchronous nature of the cryptographic operation. Although not directly reachable from an unprivileged user context, this issue can be exploited by a local attacker with limited privileges, for example, in a container, to crash the kernel or perform arbitrary memory access via crafted namespace lifecycle manipulation.", "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.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ], "known_not_affected": [ "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-38052" }, { "category": "external", "summary": "RHBZ#2373380", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373380" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38052", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38052" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38052", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38052" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025061832-CVE-2025-38052-6201@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025061832-CVE-2025-38052-6201@gregkh/T" } ], "release_date": "2025-06-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-29T17:01:05+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", "product_ids": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:12209" }, { "category": "workaround", "details": "Mitigation of this issue requires restricting access to the ability to create, modify, or destroy network namespaces. By default, this ability is restricted to privileged users. However, that restriction is only applicable to the host system itself and not to containerized applications. Administrators of container hosts should ensure that only trusted accounts can run containers.", "product_ids": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "AppStream-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "AppStream-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:bpftool-debuginfo-0:7.0.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.src", "BaseOS-9.2.0.Z.E4S:kernel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-64k-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-64k-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debug-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-devel-matched-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-doc-0:5.14.0-284.128.1.el9_2.noarch", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-headers-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-core-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-modules-extra-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:kernel-tools-libs-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-uki-virt-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-core-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-284.128.1.el9_2.x86_64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.aarch64", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.ppc64le", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.s390x", "BaseOS-9.2.0.Z.E4S:rtla-0:5.14.0-284.128.1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done" } ] }
rhsa-2025:13590
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: padata: fix UAF in padata_reorder (CVE-2025-21727)\n\n* kernel: ipv6: mcast: extend RCU protection in igmp6_send() (CVE-2025-21759)\n\n* kernel: can: peak_usb: fix use after free bugs (CVE-2021-47670)\n\n* kernel: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race (CVE-2025-38085)\n\n* kernel: wifi: rtw88: fix the \u0027para\u0027 buffer size to avoid reading out of bounds (CVE-2025-38159)\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:13590", "url": "https://access.redhat.com/errata/RHSA-2025:13590" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2348516", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348516" }, { "category": "external", "summary": "2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "2360786", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360786" }, { "category": "external", "summary": "2375304", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2375304" }, { "category": "external", "summary": "2376064", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376064" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_13590.json" } ], "title": "Red Hat Security Advisory: kernel-rt security update", "tracking": { "current_release_date": "2025-10-09T21:48:34+00:00", "generator": { "date": "2025-10-09T21:48:34+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.9" } }, "id": "RHSA-2025:13590", "initial_release_date": "2025-08-11T09:43:30+00:00", "revision_history": [ { "date": "2025-08-11T09:43:30+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-09-22T14:03:03+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-10-09T21:48:34+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.69.1.rt7.410.el8_10.src", "product": { "name": "kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "product_id": "kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@4.18.0-553.69.1.rt7.410.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product": { "name": "kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_id": "kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@4.18.0-553.69.1.rt7.410.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product": { "name": "kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_id": "kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-core@4.18.0-553.69.1.rt7.410.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product": { "name": "kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_id": "kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@4.18.0-553.69.1.rt7.410.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product": { "name": "kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_id": "kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-core@4.18.0-553.69.1.rt7.410.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product": { "name": "kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_id": "kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@4.18.0-553.69.1.rt7.410.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product": { "name": "kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_id": "kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@4.18.0-553.69.1.rt7.410.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product": { "name": "kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_id": "kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@4.18.0-553.69.1.rt7.410.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product": { "name": "kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_id": "kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@4.18.0-553.69.1.rt7.410.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product": { "name": "kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_id": "kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@4.18.0-553.69.1.rt7.410.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product": { "name": "kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_id": "kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-kvm@4.18.0-553.69.1.rt7.410.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product": { "name": "kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_id": "kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules@4.18.0-553.69.1.rt7.410.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product": { "name": "kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_id": "kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@4.18.0-553.69.1.rt7.410.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product": { "name": "kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_id": "kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@4.18.0-553.69.1.rt7.410.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product": { "name": "kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_id": "kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@4.18.0-553.69.1.rt7.410.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product": { "name": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_id": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.src" }, "product_reference": "kernel-rt-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-core-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.src" }, "product_reference": "kernel-rt-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-core-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.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.69.1.rt7.410.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.69.1.rt7.410.el8_10.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "relates_to_product_reference": "RT-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-47670", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-04-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2360786" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncan: peak_usb: fix use after free bugs\n\nAfter calling peak_usb_netif_rx_ni(skb), dereferencing skb is unsafe.\nEspecially, the can_frame cf which aliases skb memory is accessed\nafter the peak_usb_netif_rx_ni().\n\nReordering the lines solves the issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: can: peak_usb: fix use after free bugs", "title": "Vulnerability summary" }, { "category": "other", "text": "An unprivileged user with device access could potentially trigger a use-after-free vulnerability. However, this would require them to interact with the CAN device in a highly specific and difficult-to-automate manner to create the necessary conditions within the kernel driver.", "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.69.1.rt7.410.el8_10.src", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-47670" }, { "category": "external", "summary": "RHBZ#2360786", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360786" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-47670", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47670" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-47670", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-47670" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025041734-CVE-2021-47670-2b77@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025041734-CVE-2021-47670-2b77@gregkh/T" } ], "release_date": "2025-04-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-11T09:43:30+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.69.1.rt7.410.el8_10.src", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:13590" } ], "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.69.1.rt7.410.el8_10.src", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: can: peak_usb: fix use after free bugs" }, { "cve": "CVE-2025-21727", "cwe": { "id": "CWE-820", "name": "Missing Synchronization" }, "discovery_date": "2025-02-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2348516" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\npadata: fix UAF in padata_reorder\n\nA bug was found when run ltp test:\n\nBUG: KASAN: slab-use-after-free in padata_find_next+0x29/0x1a0\nRead of size 4 at addr ffff88bbfe003524 by task kworker/u113:2/3039206\n\nCPU: 0 PID: 3039206 Comm: kworker/u113:2 Kdump: loaded Not tainted 6.6.0+\nWorkqueue: pdecrypt_parallel padata_parallel_worker\nCall Trace:\n\u003cTASK\u003e\ndump_stack_lvl+0x32/0x50\nprint_address_description.constprop.0+0x6b/0x3d0\nprint_report+0xdd/0x2c0\nkasan_report+0xa5/0xd0\npadata_find_next+0x29/0x1a0\npadata_reorder+0x131/0x220\npadata_parallel_worker+0x3d/0xc0\nprocess_one_work+0x2ec/0x5a0\n\nIf \u0027mdelay(10)\u0027 is added before calling \u0027padata_find_next\u0027 in the\n\u0027padata_reorder\u0027 function, this issue could be reproduced easily with\nltp test (pcrypt_aead01).\n\nThis can be explained as bellow:\n\npcrypt_aead_encrypt\n...\npadata_do_parallel\nrefcount_inc(\u0026pd-\u003erefcnt); // add refcnt\n...\npadata_do_serial\npadata_reorder // pd\nwhile (1) {\npadata_find_next(pd, true); // using pd\nqueue_work_on\n...\npadata_serial_worker\t\t\t\tcrypto_del_alg\npadata_put_pd_cnt // sub refcnt\n\t\t\t\t\t\tpadata_free_shell\n\t\t\t\t\t\tpadata_put_pd(ps-\u003epd);\n\t\t\t\t\t\t// pd is freed\n// loop again, but pd is freed\n// call padata_find_next, UAF\n}\n\nIn the padata_reorder function, when it loops in \u0027while\u0027, if the alg is\ndeleted, the refcnt may be decreased to 0 before entering\n\u0027padata_find_next\u0027, which leads to UAF.\n\nAs mentioned in [1], do_serial is supposed to be called with BHs disabled\nand always happen under RCU protection, to address this issue, add\nsynchronize_rcu() in \u0027padata_free_shell\u0027 wait for all _do_serial calls\nto finish.\n\n[1] https://lore.kernel.org/all/20221028160401.cccypv4euxikusiq@parnassus.localdomain/\n[2] https://lore.kernel.org/linux-kernel/jfjz5d7zwbytztackem7ibzalm5lnxldi2eofeiczqmqs2m7o6@fq426cwnjtkm/", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: padata: fix UAF in padata_reorder", "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.69.1.rt7.410.el8_10.src", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21727" }, { "category": "external", "summary": "RHBZ#2348516", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348516" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21727", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21727" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21727", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21727" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022648-CVE-2025-21727-b034@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022648-CVE-2025-21727-b034@gregkh/T" } ], "release_date": "2025-02-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-11T09:43:30+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.69.1.rt7.410.el8_10.src", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:13590" } ], "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.69.1.rt7.410.el8_10.src", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: padata: fix UAF in padata_reorder" }, { "cve": "CVE-2025-21759", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-02-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2348596" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: mcast: extend RCU protection in igmp6_send()\n\nigmp6_send() can be called without RTNL or RCU being held.\n\nExtend RCU protection so that we can safely fetch the net pointer\nand avoid a potential UAF.\n\nNote that we no longer can use sock_alloc_send_skb() because\nipv6.igmp_sk uses GFP_KERNEL allocations which can sleep.\n\nInstead use alloc_skb() and charge the net-\u003eipv6.igmp_sk\nsocket under RCU protection.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()", "title": "Vulnerability summary" }, { "category": "other", "text": "The patch extends RCU protection in igmp6_send() to prevent a potential use-after-free (UAF) when accessing net-\u003eipv6.igmp_sk. This function could be invoked without holding RTNL or RCU, making concurrent access unsafe in network namespace contexts. The fix replaces sock_alloc_send_skb() with alloc_skb() and sets the owner under RCU to ensure safe allocation. The bug actual only if IPV6 being used and IGMPv6 (Internet Group Management Protocol for IPv6) being used too. The security impact is limited, because no known way to trigger the bug (see in the patch description: \"Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF\").", "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.69.1.rt7.410.el8_10.src", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21759" }, { "category": "external", "summary": "RHBZ#2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T" } ], "release_date": "2025-02-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-11T09:43:30+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.69.1.rt7.410.el8_10.src", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:13590" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.6, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()" }, { "cve": "CVE-2025-38085", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2025-06-28T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2375304" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race\n\nhuge_pmd_unshare() drops a reference on a page table that may have\npreviously been shared across processes, potentially turning it into a\nnormal page table used in another process in which unrelated VMAs can\nafterwards be installed.\n\nIf this happens in the middle of a concurrent gup_fast(), gup_fast() could\nend up walking the page tables of another process. While I don\u0027t see any\nway in which that immediately leads to kernel memory corruption, it is\nreally weird and unexpected.\n\nFix it with an explicit broadcast IPI through tlb_remove_table_sync_one(),\njust like we do in khugepaged when removing page tables for a THP\ncollapse.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race", "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.69.1.rt7.410.el8_10.src", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-38085" }, { "category": "external", "summary": "RHBZ#2375304", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2375304" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38085", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38085" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38085", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38085" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025062836-CVE-2025-38085-8075@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025062836-CVE-2025-38085-8075@gregkh/T" } ], "release_date": "2025-06-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-11T09:43:30+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.69.1.rt7.410.el8_10.src", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:13590" } ], "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.69.1.rt7.410.el8_10.src", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race" }, { "cve": "CVE-2025-38159", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2025-07-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2376064" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: rtw88: fix the \u0027para\u0027 buffer size to avoid reading out of bounds\n\nSet the size to 6 instead of 2, since \u0027para\u0027 array is passed to\n\u0027rtw_fw_bt_wifi_control(rtwdev, para[0], \u0026para[1])\u0027, which reads\n5 bytes:\n\nvoid rtw_fw_bt_wifi_control(struct rtw_dev *rtwdev, u8 op_code, u8 *data)\n{\n ...\n SET_BT_WIFI_CONTROL_DATA1(h2c_pkt, *data);\n SET_BT_WIFI_CONTROL_DATA2(h2c_pkt, *(data + 1));\n ...\n SET_BT_WIFI_CONTROL_DATA5(h2c_pkt, *(data + 4));\n\nDetected using the static analysis tool - Svace.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: wifi: rtw88: fix the \u0027para\u0027 buffer size to avoid reading out of bounds", "title": "Vulnerability summary" }, { "category": "other", "text": "The bug in the rtw88 driver causes an out-of-bounds read due to incorrect buffer size (para[2] instead of the required para[6]). Since the buffer is passed to rtw_fw_bt_wifi_control(), which accesses up to 5 additional bytes, this can lead to memory disclosure or a kernel crash. This issue can be triggered by local users with the ability to manipulate Bluetooth/Wi-Fi coexistence settings.", "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.69.1.rt7.410.el8_10.src", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-38159" }, { "category": "external", "summary": "RHBZ#2376064", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376064" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38159", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38159" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38159", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38159" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025070339-CVE-2025-38159-0c95@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025070339-CVE-2025-38159-0c95@gregkh/T" } ], "release_date": "2025-07-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-11T09:43:30+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.69.1.rt7.410.el8_10.src", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:13590" }, { "category": "workaround", "details": "To mitigate this issue, prevent module rtw88 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.69.1.rt7.410.el8_10.src", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64" ] } ], "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.69.1.rt7.410.el8_10.src", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "NFV-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.src", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-core-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debug-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-debuginfo-common-x86_64-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-devel-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-kvm-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64", "RT-8.10.0.Z.MAIN.EUS:kernel-rt-modules-extra-0:4.18.0-553.69.1.rt7.410.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: wifi: rtw88: fix the \u0027para\u0027 buffer size to avoid reading out of bounds" } ] }
rhsa-2025:11245
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.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: ipv6: mcast: extend RCU protection in igmp6_send() (CVE-2025-21759)\n\n* kernel: Squashfs: fix handling and sanity checking of xattr_ids count (CVE-2023-52933)\n\n* kernel: net: atm: fix use after free in lec_send() (CVE-2025-22004)\n\n* kernel: ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() (CVE-2025-22121)\n\n* kernel: ext4: fix off-by-one error in do_split (CVE-2025-23150)\n\n* kernel: ext4: ignore xattrs past end (CVE-2025-37738)\n\n* kernel: net/mdiobus: Fix potential out-of-bounds clause 45 read/write access (CVE-2025-38110)\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:11245", "url": "https://access.redhat.com/errata/RHSA-2025:11245" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "2355476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355476" }, { "category": "external", "summary": "2357142", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357142" }, { "category": "external", "summary": "2360199", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360199" }, { "category": "external", "summary": "2363268", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363268" }, { "category": "external", "summary": "2363305", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363305" }, { "category": "external", "summary": "2376035", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376035" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_11245.json" } ], "title": "Red Hat Security Advisory: kernel security update", "tracking": { "current_release_date": "2025-10-10T00:39:03+00:00", "generator": { "date": "2025-10-10T00:39:03+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.9" } }, "id": "RHSA-2025:11245", "initial_release_date": "2025-07-15T21:19:21+00:00", "revision_history": [ { "date": "2025-07-15T21:19:21+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-07-15T21:19:21+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-10-10T00:39:03+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.77.1.el9_4.aarch64", "product": { "name": "kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel-matched@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "perf-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "perf-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "rtla-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "rtla-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "rv-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "rv-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "rv-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rv@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "product": { "name": "bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "product_id": "bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.3.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debuginfo@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "product": { "name": "bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "product_id": "bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.3.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-core@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-core@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-core@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-extra@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-427.77.1.el9_4?arch=aarch64" } } }, { "category": "product_version", "name": "libperf-0:5.14.0-427.77.1.el9_4.aarch64", "product": { "name": "libperf-0:5.14.0-427.77.1.el9_4.aarch64", "product_id": "libperf-0:5.14.0-427.77.1.el9_4.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf@5.14.0-427.77.1.el9_4?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "perf-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "perf-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "rv-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "rv-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "rv-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rv@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "product": { "name": "bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "product_id": "bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.3.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "product": { "name": "bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "product_id": "bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.3.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-427.77.1.el9_4?arch=ppc64le" } } }, { "category": "product_version", "name": "libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "product": { "name": "libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "product_id": "libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf@5.14.0-427.77.1.el9_4?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "perf-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "perf-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "rtla-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "rtla-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "rv-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "rv-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "rv-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rv@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "product": { "name": "bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "product_id": "bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.3.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "product": { "name": "bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "product_id": "bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.3.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-uki-virt@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-uki-virt@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@5.14.0-427.77.1.el9_4?arch=x86_64" } } }, { "category": "product_version", "name": "libperf-0:5.14.0-427.77.1.el9_4.x86_64", "product": { "name": "libperf-0:5.14.0-427.77.1.el9_4.x86_64", "product_id": "libperf-0:5.14.0-427.77.1.el9_4.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf@5.14.0-427.77.1.el9_4?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "perf-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "perf-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "perf-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "rtla-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "rtla-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "rtla-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "rv-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "rv-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "rv-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rv@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "product": { "name": "bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "product_id": "bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@7.3.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf-debuginfo@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-0:7.3.0-427.77.1.el9_4.s390x", "product": { "name": "bpftool-0:7.3.0-427.77.1.el9_4.s390x", "product_id": "bpftool-0:7.3.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@7.3.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@5.14.0-427.77.1.el9_4?arch=s390x" } } }, { "category": "product_version", "name": "libperf-0:5.14.0-427.77.1.el9_4.s390x", "product": { "name": "libperf-0:5.14.0-427.77.1.el9_4.s390x", "product_id": "libperf-0:5.14.0-427.77.1.el9_4.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf@5.14.0-427.77.1.el9_4?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "product": { "name": "kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "product_id": "kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@5.14.0-427.77.1.el9_4?arch=noarch" } } }, { "category": "product_version", "name": "kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "product": { "name": "kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "product_id": "kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-427.77.1.el9_4?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "kernel-0:5.14.0-427.77.1.el9_4.src", "product": { "name": "kernel-0:5.14.0-427.77.1.el9_4.src", "product_id": "kernel-0:5.14.0-427.77.1.el9_4.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "bpftool-0:7.3.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "bpftool-0:7.3.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "bpftool-0:7.3.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "bpftool-0:7.3.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "bpftool-debuginfo-0:7.3.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "bpftool-debuginfo-0:7.3.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "bpftool-debuginfo-0:7.3.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "bpftool-debuginfo-0:7.3.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.src" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-cross-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-cross-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-cross-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-cross-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.noarch" }, "product_reference": "kernel-doc-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-tools-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "libperf-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "libperf-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "libperf-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "libperf-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "libperf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "libperf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "libperf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "libperf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "python3-perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "python3-perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "python3-perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "rtla-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "rtla-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "rtla-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "rtla-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "rv-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "rv-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "rv-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "rv-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "bpftool-0:7.3.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "bpftool-0:7.3.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "bpftool-0:7.3.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "bpftool-0:7.3.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "bpftool-debuginfo-0:7.3.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "bpftool-debuginfo-0:7.3.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "bpftool-debuginfo-0:7.3.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "bpftool-debuginfo-0:7.3.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.src" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-cross-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-cross-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-cross-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-cross-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.noarch" }, "product_reference": "kernel-doc-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-tools-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "libperf-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "libperf-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "libperf-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "libperf-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "libperf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "libperf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "libperf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "libperf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "python3-perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "python3-perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "python3-perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "rtla-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "rtla-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "rtla-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "rtla-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "rv-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "rv-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "rv-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "rv-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "bpftool-0:7.3.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "bpftool-0:7.3.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "bpftool-0:7.3.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "bpftool-0:7.3.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "bpftool-debuginfo-0:7.3.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "bpftool-debuginfo-0:7.3.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "bpftool-debuginfo-0:7.3.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "bpftool-debuginfo-0:7.3.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.src" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-cross-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-cross-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-cross-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-cross-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.noarch" }, "product_reference": "kernel-doc-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-tools-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "libperf-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "libperf-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "libperf-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "libperf-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "libperf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "libperf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "libperf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "libperf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "python3-perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "python3-perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "python3-perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "rtla-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "rtla-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "rtla-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "rtla-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "rv-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "rv-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "rv-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "rv-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "bpftool-0:7.3.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "bpftool-0:7.3.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "bpftool-0:7.3.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "bpftool-0:7.3.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "bpftool-debuginfo-0:7.3.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "bpftool-debuginfo-0:7.3.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "bpftool-debuginfo-0:7.3.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "bpftool-debuginfo-0:7.3.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.src" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-cross-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-cross-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-cross-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-cross-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.noarch" }, "product_reference": "kernel-doc-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-tools-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "libperf-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "libperf-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "libperf-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "libperf-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "libperf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "libperf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "libperf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "libperf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "python3-perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "python3-perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "python3-perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "rtla-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "rtla-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "rtla-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "rtla-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "rv-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "rv-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "rv-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "rv-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "bpftool-0:7.3.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "bpftool-0:7.3.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "bpftool-0:7.3.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "bpftool-0:7.3.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "bpftool-debuginfo-0:7.3.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "bpftool-debuginfo-0:7.3.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "bpftool-debuginfo-0:7.3.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "bpftool-debuginfo-0:7.3.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.src" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-cross-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-cross-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-cross-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-cross-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.noarch" }, "product_reference": "kernel-doc-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-tools-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "kernel-uki-virt-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "libperf-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "libperf-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "libperf-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "libperf-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "libperf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "libperf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "libperf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "libperf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "python3-perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "python3-perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "python3-perf-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "rtla-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "rtla-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "rtla-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "rtla-0:5.14.0-427.77.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.77.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.77.1.el9_4.aarch64" }, "product_reference": "rv-0:5.14.0-427.77.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.77.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.77.1.el9_4.ppc64le" }, "product_reference": "rv-0:5.14.0-427.77.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.77.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.77.1.el9_4.s390x" }, "product_reference": "rv-0:5.14.0-427.77.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.77.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.77.1.el9_4.x86_64" }, "product_reference": "rv-0:5.14.0-427.77.1.el9_4.x86_64", "relates_to_product_reference": "RT-9.4.0.Z.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-52933", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2025-03-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2355476" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nSquashfs: fix handling and sanity checking of xattr_ids count\n\nA Sysbot [1] corrupted filesystem exposes two flaws in the handling and\nsanity checking of the xattr_ids count in the filesystem. Both of these\nflaws cause computation overflow due to incorrect typing.\n\nIn the corrupted filesystem the xattr_ids value is 4294967071, which\nstored in a signed variable becomes the negative number -225.\n\nFlaw 1 (64-bit systems only):\n\nThe signed integer xattr_ids variable causes sign extension.\n\nThis causes variable overflow in the SQUASHFS_XATTR_*(A) macros. The\nvariable is first multiplied by sizeof(struct squashfs_xattr_id) where the\ntype of the sizeof operator is \"unsigned long\".\n\nOn a 64-bit system this is 64-bits in size, and causes the negative number\nto be sign extended and widened to 64-bits and then become unsigned. This\nproduces the very large number 18446744073709548016 or 2^64 - 3600. This\nnumber when rounded up by SQUASHFS_METADATA_SIZE - 1 (8191 bytes) and\ndivided by SQUASHFS_METADATA_SIZE overflows and produces a length of 0\n(stored in len).\n\nFlaw 2 (32-bit systems only):\n\nOn a 32-bit system the integer variable is not widened by the unsigned\nlong type of the sizeof operator (32-bits), and the signedness of the\nvariable has no effect due it always being treated as unsigned.\n\nThe above corrupted xattr_ids value of 4294967071, when multiplied\noverflows and produces the number 4294963696 or 2^32 - 3400. This number\nwhen rounded up by SQUASHFS_METADATA_SIZE - 1 (8191 bytes) and divided by\nSQUASHFS_METADATA_SIZE overflows again and produces a length of 0.\n\nThe effect of the 0 length computation:\n\nIn conjunction with the corrupted xattr_ids field, the filesystem also has\na corrupted xattr_table_start value, where it matches the end of\nfilesystem value of 850.\n\nThis causes the following sanity check code to fail because the\nincorrectly computed len of 0 matches the incorrect size of the table\nreported by the superblock (0 bytes).\n\n len = SQUASHFS_XATTR_BLOCK_BYTES(*xattr_ids);\n indexes = SQUASHFS_XATTR_BLOCKS(*xattr_ids);\n\n /*\n * The computed size of the index table (len bytes) should exactly\n * match the table start and end points\n */\n start = table_start + sizeof(*id_table);\n end = msblk-\u003ebytes_used;\n\n if (len != (end - start))\n return ERR_PTR(-EINVAL);\n\nChanging the xattr_ids variable to be \"usigned int\" fixes the flaw on a\n64-bit system. This relies on the fact the computation is widened by the\nunsigned long type of the sizeof operator.\n\nCasting the variable to u64 in the above macro fixes this flaw on a 32-bit\nsystem.\n\nIt also means 64-bit systems do not implicitly rely on the type of the\nsizeof operator to widen the computation.\n\n[1] https://lore.kernel.org/lkml/000000000000cd44f005f1a0f17f@google.com/", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: Squashfs: fix handling and sanity checking of xattr_ids count", "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.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-52933" }, { "category": "external", "summary": "RHBZ#2355476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355476" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-52933", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52933" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52933", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52933" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025032720-CVE-2023-52933-f292@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025032720-CVE-2023-52933-f292@gregkh/T" } ], "release_date": "2025-03-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-15T21:19:21+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.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:11245" } ], "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.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: Squashfs: fix handling and sanity checking of xattr_ids count" }, { "cve": "CVE-2025-21759", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-02-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2348596" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: mcast: extend RCU protection in igmp6_send()\n\nigmp6_send() can be called without RTNL or RCU being held.\n\nExtend RCU protection so that we can safely fetch the net pointer\nand avoid a potential UAF.\n\nNote that we no longer can use sock_alloc_send_skb() because\nipv6.igmp_sk uses GFP_KERNEL allocations which can sleep.\n\nInstead use alloc_skb() and charge the net-\u003eipv6.igmp_sk\nsocket under RCU protection.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()", "title": "Vulnerability summary" }, { "category": "other", "text": "The patch extends RCU protection in igmp6_send() to prevent a potential use-after-free (UAF) when accessing net-\u003eipv6.igmp_sk. This function could be invoked without holding RTNL or RCU, making concurrent access unsafe in network namespace contexts. The fix replaces sock_alloc_send_skb() with alloc_skb() and sets the owner under RCU to ensure safe allocation. The bug actual only if IPV6 being used and IGMPv6 (Internet Group Management Protocol for IPv6) being used too. The security impact is limited, because no known way to trigger the bug (see in the patch description: \"Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF\").", "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.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21759" }, { "category": "external", "summary": "RHBZ#2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T" } ], "release_date": "2025-02-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-15T21:19:21+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.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:11245" }, { "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.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.6, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()" }, { "cve": "CVE-2025-22004", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-04-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2357142" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: atm: fix use after free in lec_send()\n\nThe -\u003esend() operation frees skb so save the length before calling\n-\u003esend() to avoid a use after free.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net: atm: fix use after free in lec_send()", "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.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-22004" }, { "category": "external", "summary": "RHBZ#2357142", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357142" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-22004", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22004" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22004", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22004" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025040349-CVE-2025-22004-64f9@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025040349-CVE-2025-22004-64f9@gregkh/T" } ], "release_date": "2025-04-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-15T21:19:21+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.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:11245" } ], "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.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: net: atm: fix use after free in lec_send()" }, { "cve": "CVE-2025-22121", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2025-04-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2360199" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()\n\nThere\u0027s issue as follows:\nBUG: KASAN: use-after-free in ext4_xattr_inode_dec_ref_all+0x6ff/0x790\nRead of size 4 at addr ffff88807b003000 by task syz-executor.0/15172\n\nCPU: 3 PID: 15172 Comm: syz-executor.0\nCall Trace:\n __dump_stack lib/dump_stack.c:82 [inline]\n dump_stack+0xbe/0xfd lib/dump_stack.c:123\n print_address_description.constprop.0+0x1e/0x280 mm/kasan/report.c:400\n __kasan_report.cold+0x6c/0x84 mm/kasan/report.c:560\n kasan_report+0x3a/0x50 mm/kasan/report.c:585\n ext4_xattr_inode_dec_ref_all+0x6ff/0x790 fs/ext4/xattr.c:1137\n ext4_xattr_delete_inode+0x4c7/0xda0 fs/ext4/xattr.c:2896\n ext4_evict_inode+0xb3b/0x1670 fs/ext4/inode.c:323\n evict+0x39f/0x880 fs/inode.c:622\n iput_final fs/inode.c:1746 [inline]\n iput fs/inode.c:1772 [inline]\n iput+0x525/0x6c0 fs/inode.c:1758\n ext4_orphan_cleanup fs/ext4/super.c:3298 [inline]\n ext4_fill_super+0x8c57/0xba40 fs/ext4/super.c:5300\n mount_bdev+0x355/0x410 fs/super.c:1446\n legacy_get_tree+0xfe/0x220 fs/fs_context.c:611\n vfs_get_tree+0x8d/0x2f0 fs/super.c:1576\n do_new_mount fs/namespace.c:2983 [inline]\n path_mount+0x119a/0x1ad0 fs/namespace.c:3316\n do_mount+0xfc/0x110 fs/namespace.c:3329\n __do_sys_mount fs/namespace.c:3540 [inline]\n __se_sys_mount+0x219/0x2e0 fs/namespace.c:3514\n do_syscall_64+0x33/0x40 arch/x86/entry/common.c:46\n entry_SYSCALL_64_after_hwframe+0x67/0xd1\n\nMemory state around the buggy address:\n ffff88807b002f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n ffff88807b002f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n\u003effff88807b003000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\n ^\n ffff88807b003080: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\n ffff88807b003100: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\n\nAbove issue happens as ext4_xattr_delete_inode() isn\u0027t check xattr\nis valid if xattr is in inode.\nTo solve above issue call xattr_check_inode() check if xattr if valid\nin inode. In fact, we can directly verify in ext4_iget_extra_inode(),\nso that there is no divergent verification.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()", "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.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-22121" }, { "category": "external", "summary": "RHBZ#2360199", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360199" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-22121", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22121" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22121", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22121" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025041628-CVE-2025-22121-52fd@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025041628-CVE-2025-22121-52fd@gregkh/T" } ], "release_date": "2025-04-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-15T21:19:21+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.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:11245" } ], "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.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()" }, { "cve": "CVE-2025-23150", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-05-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2363268" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix off-by-one error in do_split\n\nSyzkaller detected a use-after-free issue in ext4_insert_dentry that was\ncaused by out-of-bounds access due to incorrect splitting in do_split.\n\nBUG: KASAN: use-after-free in ext4_insert_dentry+0x36a/0x6d0 fs/ext4/namei.c:2109\nWrite of size 251 at addr ffff888074572f14 by task syz-executor335/5847\n\nCPU: 0 UID: 0 PID: 5847 Comm: syz-executor335 Not tainted 6.12.0-rc6-syzkaller-00318-ga9cda7c0ffed #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 10/30/2024\nCall Trace:\n \u003cTASK\u003e\n __dump_stack lib/dump_stack.c:94 [inline]\n dump_stack_lvl+0x241/0x360 lib/dump_stack.c:120\n print_address_description mm/kasan/report.c:377 [inline]\n print_report+0x169/0x550 mm/kasan/report.c:488\n kasan_report+0x143/0x180 mm/kasan/report.c:601\n kasan_check_range+0x282/0x290 mm/kasan/generic.c:189\n __asan_memcpy+0x40/0x70 mm/kasan/shadow.c:106\n ext4_insert_dentry+0x36a/0x6d0 fs/ext4/namei.c:2109\n add_dirent_to_buf+0x3d9/0x750 fs/ext4/namei.c:2154\n make_indexed_dir+0xf98/0x1600 fs/ext4/namei.c:2351\n ext4_add_entry+0x222a/0x25d0 fs/ext4/namei.c:2455\n ext4_add_nondir+0x8d/0x290 fs/ext4/namei.c:2796\n ext4_symlink+0x920/0xb50 fs/ext4/namei.c:3431\n vfs_symlink+0x137/0x2e0 fs/namei.c:4615\n do_symlinkat+0x222/0x3a0 fs/namei.c:4641\n __do_sys_symlink fs/namei.c:4662 [inline]\n __se_sys_symlink fs/namei.c:4660 [inline]\n __x64_sys_symlink+0x7a/0x90 fs/namei.c:4660\n do_syscall_x64 arch/x86/entry/common.c:52 [inline]\n do_syscall_64+0xf3/0x230 arch/x86/entry/common.c:83\n entry_SYSCALL_64_after_hwframe+0x77/0x7f\n \u003c/TASK\u003e\n\nThe following loop is located right above \u0027if\u0027 statement.\n\nfor (i = count-1; i \u003e= 0; i--) {\n\t/* is more than half of this entry in 2nd half of the block? */\n\tif (size + map[i].size/2 \u003e blocksize/2)\n\t\tbreak;\n\tsize += map[i].size;\n\tmove++;\n}\n\n\u0027i\u0027 in this case could go down to -1, in which case sum of active entries\nwouldn\u0027t exceed half the block size, but previous behaviour would also do\nsplit in half if sum would exceed at the very last block, which in case of\nhaving too many long name files in a single block could lead to\nout-of-bounds access and following use-after-free.\n\nFound by Linux Verification Center (linuxtesting.org) with Syzkaller.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ext4: fix off-by-one error in do_split", "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.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-23150" }, { "category": "external", "summary": "RHBZ#2363268", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363268" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-23150", "url": "https://www.cve.org/CVERecord?id=CVE-2025-23150" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-23150", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-23150" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025050127-CVE-2025-23150-15b8@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025050127-CVE-2025-23150-15b8@gregkh/T" } ], "release_date": "2025-05-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-15T21:19:21+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.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:11245" } ], "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.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ext4: fix off-by-one error in do_split" }, { "cve": "CVE-2025-37738", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-05-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2363305" } ], "notes": [ { "category": "description", "text": "A use-after-free vulnerability has been discovered in the Linux kernel, specifically within the ext4_xattr_inode_dec_ref_all function (related to the ext4 filesystem\u0027s extended attributes). An attacker could exploit this flaw by providing a specially crafted payload, leading to a denial of service condition that compromises system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ext4: ignore xattrs past end", "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.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-37738" }, { "category": "external", "summary": "RHBZ#2363305", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363305" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-37738", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37738" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37738", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37738" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025050132-CVE-2025-37738-deb1@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025050132-CVE-2025-37738-deb1@gregkh/T" } ], "release_date": "2025-05-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-15T21:19:21+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.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:11245" }, { "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.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ] } ], "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.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ext4: ignore xattrs past end" }, { "cve": "CVE-2025-38110", "cwe": { "id": "CWE-1284", "name": "Improper Validation of Specified Quantity in Input" }, "discovery_date": "2025-07-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2376035" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/mdiobus: Fix potential out-of-bounds clause 45 read/write access\n\nWhen using publicly available tools like \u0027mdio-tools\u0027 to read/write data\nfrom/to network interface and its PHY via C45 (clause 45) mdiobus,\nthere is no verification of parameters passed to the ioctl and\nit accepts any mdio address.\nCurrently there is support for 32 addresses in kernel via PHY_MAX_ADDR define,\nbut it is possible to pass higher value than that via ioctl.\nWhile read/write operation should generally fail in this case,\nmdiobus provides stats array, where wrong address may allow out-of-bounds\nread/write.\n\nFix that by adding address verification before C45 read/write operation.\nWhile this excludes this access from any statistics, it improves security of\nread/write operation.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net/mdiobus: Fix potential out-of-bounds clause 45 read/write access", "title": "Vulnerability summary" }, { "category": "other", "text": "A bounds check was missing in the __mdiobus_c45_read() and __mdiobus_c45_write() functions, allowing out-of-bounds access to the stats array in the kernel if a user supplied an invalid PHY address via an ioctl. Although the read/write would typically fail on hardware, the statistics array was still accessed, potentially leading to an out-of-bounds memory read/write in kernel space. This patch adds a check that ensures the PHY address does not exceed PHY_MAX_ADDR, mitigating the risk. The Privileges required for the CVSS is High (PR: H), because requires administrative privileges to issue raw ioctl commands to a network interface (typically CAP_NET_ADMIN). Potential memory corruption could happen inside the firmware of the networking hardware, but not for the memory of the Linux Kernel, and this is the reason why no Kernel Crash could be (and A:N for CVSS).", "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.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-38110" }, { "category": "external", "summary": "RHBZ#2376035", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376035" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38110", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38110" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38110", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38110" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025070324-CVE-2025-38110-a9c0@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025070324-CVE-2025-38110-a9c0@gregkh/T" } ], "release_date": "2025-07-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-15T21:19:21+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.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:11245" }, { "category": "workaround", "details": "To mitigate this issue, prevent module mdio 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.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 6.0, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "AppStream-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "AppStream-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "BaseOS-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "BaseOS-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "CRB-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "CRB-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "NFV-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "NFV-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:bpftool-debuginfo-0:7.3.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.src", "RT-9.4.0.Z.EUS:kernel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-64k-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-64k-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-abi-stablelists-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-cross-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debug-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-aarch64-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-ppc64le-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-s390x-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-debuginfo-common-x86_64-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-devel-matched-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-doc-0:5.14.0-427.77.1.el9_4.noarch", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-headers-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debug-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debug-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-rt-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-kvm-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-core-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-rt-modules-extra-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-tools-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:kernel-tools-libs-devel-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-uki-virt-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:kernel-zfcpdump-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-devel-matched-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-core-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:kernel-zfcpdump-modules-extra-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:libperf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:python3-perf-debuginfo-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rtla-0:5.14.0-427.77.1.el9_4.x86_64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.aarch64", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.ppc64le", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.s390x", "RT-9.4.0.Z.EUS:rv-0:5.14.0-427.77.1.el9_4.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: net/mdiobus: Fix potential out-of-bounds clause 45 read/write access" } ] }
rhsa-2025:12311
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: ipv6: mcast: extend RCU protection in igmp6_send() (CVE-2025-21759)\n\n* kernel: media: uvcvideo: Fix double free in error path (CVE-2024-57980)\n\n* kernel: wifi: iwlwifi: limit printed string from FW file (CVE-2025-21905)\n\n* kernel: ext4: avoid journaling sb update on error if journal is destroying (CVE-2025-22113)\n\n* kernel: mm/huge_memory: fix dereferencing invalid pmd migration entry (CVE-2025-37958)\n\n* kernel: net_sched: hfsc: Address reentrant enqueue adding class to eltree twice (CVE-2025-38001)\n\n* kernel: net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done (CVE-2025-38052)\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:12311", "url": "https://access.redhat.com/errata/RHSA-2025:12311" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "2348599", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348599" }, { "category": "external", "summary": "2356613", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356613" }, { "category": "external", "summary": "2360212", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360212" }, { "category": "external", "summary": "2367572", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367572" }, { "category": "external", "summary": "2370776", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2370776" }, { "category": "external", "summary": "2373380", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373380" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_12311.json" } ], "title": "Red Hat Security Advisory: kernel-rt security update", "tracking": { "current_release_date": "2025-10-08T15:19:21+00:00", "generator": { "date": "2025-10-08T15:19:21+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.9" } }, "id": "RHSA-2025:12311", "initial_release_date": "2025-07-30T16:03:08+00:00", "revision_history": [ { "date": "2025-07-30T16:03:08+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-07-30T16:03:08+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-10-08T15:19:21+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.128.1.rt14.413.el9_2.src", "product": { "name": "kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "product_id": "kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.128.1.rt14.413.el9_2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product": { "name": "kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_id": "kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@5.14.0-284.128.1.rt14.413.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product": { "name": "kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_id": "kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-core@5.14.0-284.128.1.rt14.413.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product": { "name": "kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_id": "kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@5.14.0-284.128.1.rt14.413.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product": { "name": "kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_id": "kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-core@5.14.0-284.128.1.rt14.413.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product": { "name": "kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_id": "kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@5.14.0-284.128.1.rt14.413.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@5.14.0-284.128.1.rt14.413.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@5.14.0-284.128.1.rt14.413.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product": { "name": "kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_id": "kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@5.14.0-284.128.1.rt14.413.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product": { "name": "kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_id": "kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@5.14.0-284.128.1.rt14.413.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product": { "name": "kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_id": "kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules@5.14.0-284.128.1.rt14.413.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product": { "name": "kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_id": "kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-core@5.14.0-284.128.1.rt14.413.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product": { "name": "kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_id": "kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@5.14.0-284.128.1.rt14.413.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product": { "name": "kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_id": "kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@5.14.0-284.128.1.rt14.413.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product": { "name": "kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_id": "kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@5.14.0-284.128.1.rt14.413.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product": { "name": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_id": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo-common-x86_64@5.14.0-284.128.1.rt14.413.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product": { "name": "kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_id": "kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@5.14.0-284.128.1.rt14.413.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product": { "name": "kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_id": "kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-kvm@5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.src" }, "product_reference": "kernel-rt-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.src" }, "product_reference": "kernel-rt-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-core-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.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.128.1.rt14.413.el9_2.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "relates_to_product_reference": "RT-9.2.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-57980", "cwe": { "id": "CWE-415", "name": "Double Free" }, "discovery_date": "2025-02-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2348599" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmedia: uvcvideo: Fix double free in error path\n\nIf the uvc_status_init() function fails to allocate the int_urb, it will\nfree the dev-\u003estatus pointer but doesn\u0027t reset the pointer to NULL. This\nresults in the kfree() call in uvc_status_cleanup() trying to\ndouble-free the memory. Fix it by resetting the dev-\u003estatus pointer to\nNULL after freeing it.\n\nReviewed by: Ricardo Ribalda \u003cribalda@chromium.org\u003e", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: media: uvcvideo: Fix double free in error path", "title": "Vulnerability summary" }, { "category": "other", "text": "The bug could happen on error path if memory allocation failed. For the Linux Kernel this condition is impossible until system already failed. This type of bugs are complex to trigger (making system out of memory) and considered to affect availability only. The security impact is limited.", "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.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-57980" }, { "category": "external", "summary": "RHBZ#2348599", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348599" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-57980", "url": "https://www.cve.org/CVERecord?id=CVE-2024-57980" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-57980", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-57980" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022634-CVE-2024-57980-4b5a@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022634-CVE-2024-57980-4b5a@gregkh/T" } ], "release_date": "2025-02-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-30T16:03: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": [ "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:12311" }, { "category": "workaround", "details": "To mitigate this issue, prevent module uvcvideo 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.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 4.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: media: uvcvideo: Fix double free in error path" }, { "cve": "CVE-2025-21759", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-02-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2348596" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: mcast: extend RCU protection in igmp6_send()\n\nigmp6_send() can be called without RTNL or RCU being held.\n\nExtend RCU protection so that we can safely fetch the net pointer\nand avoid a potential UAF.\n\nNote that we no longer can use sock_alloc_send_skb() because\nipv6.igmp_sk uses GFP_KERNEL allocations which can sleep.\n\nInstead use alloc_skb() and charge the net-\u003eipv6.igmp_sk\nsocket under RCU protection.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()", "title": "Vulnerability summary" }, { "category": "other", "text": "The patch extends RCU protection in igmp6_send() to prevent a potential use-after-free (UAF) when accessing net-\u003eipv6.igmp_sk. This function could be invoked without holding RTNL or RCU, making concurrent access unsafe in network namespace contexts. The fix replaces sock_alloc_send_skb() with alloc_skb() and sets the owner under RCU to ensure safe allocation. The bug actual only if IPV6 being used and IGMPv6 (Internet Group Management Protocol for IPv6) being used too. The security impact is limited, because no known way to trigger the bug (see in the patch description: \"Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF\").", "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.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21759" }, { "category": "external", "summary": "RHBZ#2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T" } ], "release_date": "2025-02-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-30T16:03: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": [ "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:12311" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.6, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()" }, { "cve": "CVE-2025-21905", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2025-04-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2356613" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: iwlwifi: limit printed string from FW file\n\nThere\u0027s no guarantee here that the file is always with a\nNUL-termination, so reading the string may read beyond the\nend of the TLV. If that\u0027s the last TLV in the file, it can\nperhaps even read beyond the end of the file buffer.\n\nFix that by limiting the print format to the size of the\nbuffer we have.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: wifi: iwlwifi: limit printed string from FW file", "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.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21905" }, { "category": "external", "summary": "RHBZ#2356613", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356613" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21905", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21905" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21905", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21905" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025040129-CVE-2025-21905-348b@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025040129-CVE-2025-21905-348b@gregkh/T" } ], "release_date": "2025-04-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-30T16:03: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": [ "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:12311" } ], "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.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: wifi: iwlwifi: limit printed string from FW file" }, { "cve": "CVE-2025-22113", "cwe": { "id": "CWE-99", "name": "Improper Control of Resource Identifiers (\u0027Resource Injection\u0027)" }, "discovery_date": "2025-04-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2360212" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: avoid journaling sb update on error if journal is destroying\n\nPresently we always BUG_ON if trying to start a transaction on a journal marked\nwith JBD2_UNMOUNT, since this should never happen. However, while ltp running\nstress tests, it was observed that in case of some error handling paths, it is\npossible for update_super_work to start a transaction after the journal is\ndestroyed eg:\n\n(umount)\next4_kill_sb\n kill_block_super\n generic_shutdown_super\n sync_filesystem /* commits all txns */\n evict_inodes\n /* might start a new txn */\n ext4_put_super\n\tflush_work(\u0026sbi-\u003es_sb_upd_work) /* flush the workqueue */\n jbd2_journal_destroy\n journal_kill_thread\n journal-\u003ej_flags |= JBD2_UNMOUNT;\n jbd2_journal_commit_transaction\n jbd2_journal_get_descriptor_buffer\n jbd2_journal_bmap\n ext4_journal_bmap\n ext4_map_blocks\n ...\n ext4_inode_error\n ext4_handle_error\n schedule_work(\u0026sbi-\u003es_sb_upd_work)\n\n /* work queue kicks in */\n update_super_work\n jbd2_journal_start\n start_this_handle\n BUG_ON(journal-\u003ej_flags \u0026\n JBD2_UNMOUNT)\n\nHence, introduce a new mount flag to indicate journal is destroying and only do\na journaled (and deferred) update of sb if this flag is not set. Otherwise, just\nfallback to an un-journaled commit.\n\nFurther, in the journal destroy path, we have the following sequence:\n\n 1. Set mount flag indicating journal is destroying\n 2. force a commit and wait for it\n 3. flush pending sb updates\n\nThis sequence is important as it ensures that, after this point, there is no sb\nupdate that might be journaled so it is safe to update the sb outside the\njournal. (To avoid race discussed in 2d01ddc86606)\n\nAlso, we don\u0027t need a similar check in ext4_grp_locked_error since it is only\ncalled from mballoc and AFAICT it would be always valid to schedule work here.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ext4: avoid journaling sb update on error if journal is destroying", "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.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-22113" }, { "category": "external", "summary": "RHBZ#2360212", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360212" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-22113", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22113" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22113", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22113" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025041625-CVE-2025-22113-34cd@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025041625-CVE-2025-22113-34cd@gregkh/T" } ], "release_date": "2025-04-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-30T16:03: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": [ "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:12311" } ], "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.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ext4: avoid journaling sb update on error if journal is destroying" }, { "cve": "CVE-2025-37958", "discovery_date": "2025-05-20T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2367572" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/huge_memory: fix dereferencing invalid pmd migration entry\n\nWhen migrating a THP, concurrent access to the PMD migration entry during\na deferred split scan can lead to an invalid address access, as\nillustrated below. To prevent this invalid access, it is necessary to\ncheck the PMD migration entry and return early. In this context, there is\nno need to use pmd_to_swp_entry and pfn_swap_entry_to_page to verify the\nequality of the target folio. Since the PMD migration entry is locked, it\ncannot be served as the target.\n\nMailing list discussion and explanation from Hugh Dickins: \"An anon_vma\nlookup points to a location which may contain the folio of interest, but\nmight instead contain another folio: and weeding out those other folios is\nprecisely what the \"folio != pmd_folio((*pmd)\" check (and the \"risk of\nreplacing the wrong folio\" comment a few lines above it) is for.\"\n\nBUG: unable to handle page fault for address: ffffea60001db008\nCPU: 0 UID: 0 PID: 2199114 Comm: tee Not tainted 6.14.0+ #4 NONE\nHardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.3-debian-1.16.3-2 04/01/2014\nRIP: 0010:split_huge_pmd_locked+0x3b5/0x2b60\nCall Trace:\n\u003cTASK\u003e\ntry_to_migrate_one+0x28c/0x3730\nrmap_walk_anon+0x4f6/0x770\nunmap_folio+0x196/0x1f0\nsplit_huge_page_to_list_to_order+0x9f6/0x1560\ndeferred_split_scan+0xac5/0x12a0\nshrinker_debugfs_scan_write+0x376/0x470\nfull_proxy_write+0x15c/0x220\nvfs_write+0x2fc/0xcb0\nksys_write+0x146/0x250\ndo_syscall_64+0x6a/0x120\nentry_SYSCALL_64_after_hwframe+0x76/0x7e\n\nThe bug is found by syzkaller on an internal kernel, then confirmed on\nupstream.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: mm/huge_memory: fix dereferencing invalid pmd migration entry", "title": "Vulnerability summary" }, { "category": "other", "text": "Local DoS via page fault in THP migration edge case. Requires aggressive memory operations and THP. No remote or privilege escalation risk.", "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.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-37958" }, { "category": "external", "summary": "RHBZ#2367572", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2367572" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-37958", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37958" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37958", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37958" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025052003-CVE-2025-37958-02de@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025052003-CVE-2025-37958-02de@gregkh/T" } ], "release_date": "2025-05-20T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-30T16:03: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": [ "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:12311" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 4.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: mm/huge_memory: fix dereferencing invalid pmd migration entry" }, { "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": [ "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.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-07-30T16:03: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": [ "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:12311" }, { "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.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.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.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: net_sched: hfsc: Address reentrant enqueue adding class to eltree twice" }, { "cve": "CVE-2025-38052", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-06-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2373380" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the Linux kernel\u0027s management of network namespaces. By manipulating the lifecycle of network namespaces, an attacker could exploit this vulnerability to cause a system crash or leak sensitive system memory. Exploitation of this vulnerability requires that a user has access to the system and the ability to create or destroy network namespaces. This typically requires administrative privileges, but could be exposed to an unprivileged user who has control over container lifecycles or a user who has administrative privileges within a container.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done", "title": "Vulnerability summary" }, { "category": "other", "text": "A slab-use-after-free vulnerability exists in the TIPC crypto subsystem in the Linux kernel. The bug is triggered when a network namespace is deleted while an asynchronous crypto operation is still pending, resulting in access to freed memory from a delayed worker context. The vulnerability requires local privileges to create and manipulate network namespaces and configure TIPC crypto bearers, which justifies the use of PR:L. Despite this, the impact on system memory and stability is significant due to the asynchronous nature of the cryptographic operation. Although not directly reachable from an unprivileged user context, this issue can be exploited by a local attacker with limited privileges, for example, in a container, to crash the kernel or perform arbitrary memory access via crafted namespace lifecycle manipulation.", "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.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-38052" }, { "category": "external", "summary": "RHBZ#2373380", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373380" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38052", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38052" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38052", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38052" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025061832-CVE-2025-38052-6201@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025061832-CVE-2025-38052-6201@gregkh/T" } ], "release_date": "2025-06-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-30T16:03: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": [ "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:12311" }, { "category": "workaround", "details": "Mitigation of this issue requires restricting access to the ability to create, modify, or destroy network namespaces. By default, this ability is restricted to privileged users. However, that restriction is only applicable to the host system itself and not to containerized applications. Administrators of container hosts should ensure that only trusted accounts can run containers.", "product_ids": [ "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "NFV-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "NFV-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.src", "RT-9.2.0.Z.E4S:kernel-rt-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debug-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-debuginfo-common-x86_64-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-devel-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-kvm-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-core-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64", "RT-9.2.0.Z.E4S:kernel-rt-modules-extra-0:5.14.0-284.128.1.rt14.413.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done" } ] }
rhsa-2025:10371
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 10.\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: ipv6: mcast: extend RCU protection in igmp6_send() (CVE-2025-21759)\n\n* kernel: x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes (CVE-2025-21991)\n\n* kernel: vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp (CVE-2025-37799)\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:10371", "url": "https://access.redhat.com/errata/RHSA-2025:10371" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "2356917", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356917" }, { "category": "external", "summary": "2363876", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363876" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_10371.json" } ], "title": "Red Hat Security Advisory: kernel security update", "tracking": { "current_release_date": "2025-10-10T02:15:56+00:00", "generator": { "date": "2025-10-10T02:15:56+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.9" } }, "id": "RHSA-2025:10371", "initial_release_date": "2025-07-07T06:10:45+00:00", "revision_history": [ { "date": "2025-07-07T06:10:45+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-07-07T06:10:45+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-10-10T02:15:56+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.20.1.el10_0.src", "product": { "name": "kernel-0:6.12.0-55.20.1.el10_0.src", "product_id": "kernel-0:6.12.0-55.20.1.el10_0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@6.12.0-55.20.1.el10_0?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "kernel-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-core@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-core@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-core@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-modules-extra@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-core@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-modules-extra@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-debuginfo@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debuginfo@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-debuginfo@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debuginfo@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-core@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-core@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-devel@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-core@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-debug-modules-extra@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-devel@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-modules@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-modules-core@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-64k-modules-extra@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-debug-devel-matched@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-64k-devel-matched@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "perf-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "perf-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "perf-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "rtla-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "rtla-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "rtla-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "rv-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "rv-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "rv-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rv@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.20.1.el10_0?arch=aarch64" } } }, { "category": "product_version", "name": "libperf-0:6.12.0-55.20.1.el10_0.aarch64", "product": { "name": "libperf-0:6.12.0-55.20.1.el10_0.aarch64", "product_id": "libperf-0:6.12.0-55.20.1.el10_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf@6.12.0-55.20.1.el10_0?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "perf-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "perf-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "rv-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "rv-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "rv-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rv@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.20.1.el10_0?arch=ppc64le" } } }, { "category": "product_version", "name": "libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "product": { "name": "libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "product_id": "libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf@6.12.0-55.20.1.el10_0?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "kernel-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-uki-virt@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-uki-virt@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-uki-virt-addons@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-debuginfo@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debuginfo@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-core@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-core@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-devel@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-kvm@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-core@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-debug-modules-extra@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-devel@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-kvm@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-core@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-rt-modules-extra@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "perf-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "perf-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "rtla-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "rtla-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "rtla-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "rv-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "rv-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "rv-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rv@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@6.12.0-55.20.1.el10_0?arch=x86_64" } } }, { "category": "product_version", "name": "libperf-0:6.12.0-55.20.1.el10_0.x86_64", "product": { "name": "libperf-0:6.12.0-55.20.1.el10_0.x86_64", "product_id": "libperf-0:6.12.0-55.20.1.el10_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf@6.12.0-55.20.1.el10_0?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "kernel-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-core@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-core@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-core@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf-debuginfo@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "perf-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "perf-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "perf-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "rtla-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "rtla-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "rtla-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rtla@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "rv-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "rv-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "rv-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rv@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-cross-headers@6.12.0-55.20.1.el10_0?arch=s390x" } } }, { "category": "product_version", "name": "libperf-0:6.12.0-55.20.1.el10_0.s390x", "product": { "name": "libperf-0:6.12.0-55.20.1.el10_0.s390x", "product_id": "libperf-0:6.12.0-55.20.1.el10_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libperf@6.12.0-55.20.1.el10_0?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "product": { "name": "kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "product_id": "kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-stablelists@6.12.0-55.20.1.el10_0?arch=noarch" } } }, { "category": "product_version", "name": "kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "product": { "name": "kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "product_id": "kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.src" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.noarch" }, "product_reference": "kernel-abi-stablelists-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.noarch" }, "product_reference": "kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64" }, "product_reference": "kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le" }, "product_reference": "kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x" }, "product_reference": "kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10)", "product_id": "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64" }, "product_reference": "kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "relates_to_product_reference": "AppStream-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:6.12.0-55.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-kvm-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-tools-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-tools-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-tools-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-uki-virt-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-uki-virt-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-uki-virt-addons-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-uki-virt-addons-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "libperf-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "libperf-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "libperf-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "libperf-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "python3-perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "python3-perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "python3-perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "python3-perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "rtla-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "rtla-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "rtla-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "rtla-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "rv-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "rv-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "rv-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "rv-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.src" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.noarch" }, "product_reference": "kernel-abi-stablelists-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "relates_to_product_reference": "BaseOS-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)", "product_id": "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "relates_to_product_reference": "BaseOS-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)", "product_id": "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "relates_to_product_reference": "BaseOS-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)", "product_id": "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "relates_to_product_reference": "BaseOS-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)", "product_id": "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.noarch" }, "product_reference": "kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "relates_to_product_reference": "BaseOS-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)", "product_id": "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64" }, "product_reference": "kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "relates_to_product_reference": "BaseOS-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 10)", "product_id": "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le" }, "product_reference": "kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "relates_to_product_reference": "BaseOS-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 10)", "product_id": "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x" }, "product_reference": "kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "relates_to_product_reference": "BaseOS-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 10)", "product_id": "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64" }, "product_reference": "kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "relates_to_product_reference": "BaseOS-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:6.12.0-55.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-kvm-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-tools-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-tools-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-tools-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-uki-virt-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-uki-virt-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-uki-virt-addons-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-uki-virt-addons-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "libperf-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "libperf-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "libperf-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "libperf-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "python3-perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "python3-perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "python3-perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "python3-perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "rtla-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "rtla-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "rtla-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "rtla-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "rv-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "rv-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "rv-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "rv-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.src" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.noarch" }, "product_reference": "kernel-abi-stablelists-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "relates_to_product_reference": "CRB-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)", "product_id": "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "relates_to_product_reference": "CRB-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)", "product_id": "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "relates_to_product_reference": "CRB-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)", "product_id": "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "relates_to_product_reference": "CRB-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:6.12.0-55.20.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-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.noarch" }, "product_reference": "kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "relates_to_product_reference": "CRB-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)", "product_id": "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64" }, "product_reference": "kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "relates_to_product_reference": "CRB-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)", "product_id": "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le" }, "product_reference": "kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "relates_to_product_reference": "CRB-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)", "product_id": "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x" }, "product_reference": "kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "relates_to_product_reference": "CRB-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:6.12.0-55.20.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-headers-0:6.12.0-55.20.1.el10_0.x86_64" }, "product_reference": "kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "relates_to_product_reference": "CRB-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:6.12.0-55.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-kvm-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-tools-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-tools-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-tools-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-uki-virt-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-uki-virt-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-uki-virt-addons-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-uki-virt-addons-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "libperf-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "libperf-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "libperf-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "libperf-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "python3-perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "python3-perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "python3-perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "python3-perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "rtla-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "rtla-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "rtla-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "rtla-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "rv-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "rv-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "rv-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "rv-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.src" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.noarch" }, "product_reference": "kernel-abi-stablelists-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "relates_to_product_reference": "NFV-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:6.12.0-55.20.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-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "relates_to_product_reference": "NFV-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:6.12.0-55.20.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-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "relates_to_product_reference": "NFV-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:6.12.0-55.20.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-cross-headers-0:6.12.0-55.20.1.el10_0.s390x" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "relates_to_product_reference": "NFV-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:6.12.0-55.20.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-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.noarch" }, "product_reference": "kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "relates_to_product_reference": "NFV-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:6.12.0-55.20.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-headers-0:6.12.0-55.20.1.el10_0.aarch64" }, "product_reference": "kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "relates_to_product_reference": "NFV-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:6.12.0-55.20.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-headers-0:6.12.0-55.20.1.el10_0.ppc64le" }, "product_reference": "kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "relates_to_product_reference": "NFV-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:6.12.0-55.20.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-headers-0:6.12.0-55.20.1.el10_0.s390x" }, "product_reference": "kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "relates_to_product_reference": "NFV-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:6.12.0-55.20.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-headers-0:6.12.0-55.20.1.el10_0.x86_64" }, "product_reference": "kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "relates_to_product_reference": "NFV-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:6.12.0-55.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-kvm-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-tools-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-tools-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-tools-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-uki-virt-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-uki-virt-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-uki-virt-addons-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-uki-virt-addons-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "libperf-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "libperf-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "libperf-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "libperf-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "python3-perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "python3-perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "python3-perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "python3-perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "rtla-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "rtla-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "rtla-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "rtla-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "rv-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "rv-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "rv-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "rv-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.src" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-64k-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.noarch" }, "product_reference": "kernel-abi-stablelists-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "relates_to_product_reference": "RT-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)", "product_id": "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "relates_to_product_reference": "RT-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)", "product_id": "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "relates_to_product_reference": "RT-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)", "product_id": "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "relates_to_product_reference": "RT-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)", "product_id": "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64" }, "product_reference": "kernel-cross-headers-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debug-uki-virt-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.noarch" }, "product_reference": "kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "relates_to_product_reference": "RT-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64 as a component of Red Hat Enterprise Linux Real Time (v. 10)", "product_id": "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64" }, "product_reference": "kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "relates_to_product_reference": "RT-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le as a component of Red Hat Enterprise Linux Real Time (v. 10)", "product_id": "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le" }, "product_reference": "kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "relates_to_product_reference": "RT-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.s390x as a component of Red Hat Enterprise Linux Real Time (v. 10)", "product_id": "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x" }, "product_reference": "kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "relates_to_product_reference": "RT-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64 as a component of Red Hat Enterprise Linux Real Time (v. 10)", "product_id": "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64" }, "product_reference": "kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "relates_to_product_reference": "RT-10.0.Z" }, { "category": "default_component_of", "full_product_name": { "name": "kernel-modules-0:6.12.0-55.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-64k-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-kvm-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debug-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-kvm-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-rt-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-rt-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-tools-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-tools-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-tools-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-tools-libs-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-uki-virt-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-uki-virt-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "kernel-uki-virt-addons-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "kernel-uki-virt-addons-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-core-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "libperf-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "libperf-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "libperf-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "libperf-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "libperf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "python3-perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "python3-perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "python3-perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "python3-perf-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "python3-perf-debuginfo-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "rtla-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "rtla-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "rtla-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "rtla-0:6.12.0-55.20.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.20.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.20.1.el10_0.aarch64" }, "product_reference": "rv-0:6.12.0-55.20.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.20.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.20.1.el10_0.ppc64le" }, "product_reference": "rv-0:6.12.0-55.20.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.20.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.20.1.el10_0.s390x" }, "product_reference": "rv-0:6.12.0-55.20.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.20.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.20.1.el10_0.x86_64" }, "product_reference": "rv-0:6.12.0-55.20.1.el10_0.x86_64", "relates_to_product_reference": "RT-10.0.Z" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-21759", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-02-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2348596" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: mcast: extend RCU protection in igmp6_send()\n\nigmp6_send() can be called without RTNL or RCU being held.\n\nExtend RCU protection so that we can safely fetch the net pointer\nand avoid a potential UAF.\n\nNote that we no longer can use sock_alloc_send_skb() because\nipv6.igmp_sk uses GFP_KERNEL allocations which can sleep.\n\nInstead use alloc_skb() and charge the net-\u003eipv6.igmp_sk\nsocket under RCU protection.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()", "title": "Vulnerability summary" }, { "category": "other", "text": "The patch extends RCU protection in igmp6_send() to prevent a potential use-after-free (UAF) when accessing net-\u003eipv6.igmp_sk. This function could be invoked without holding RTNL or RCU, making concurrent access unsafe in network namespace contexts. The fix replaces sock_alloc_send_skb() with alloc_skb() and sets the owner under RCU to ensure safe allocation. The bug actual only if IPV6 being used and IGMPv6 (Internet Group Management Protocol for IPv6) being used too. The security impact is limited, because no known way to trigger the bug (see in the patch description: \"Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF\").", "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.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21759" }, { "category": "external", "summary": "RHBZ#2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T" } ], "release_date": "2025-02-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-07T06:10:45+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.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:10371" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.6, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()" }, { "cve": "CVE-2025-21991", "cwe": { "id": "CWE-787", "name": "Out-of-bounds Write" }, "discovery_date": "2025-04-02T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2356917" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nx86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes\n\nCurrently, load_microcode_amd() iterates over all NUMA nodes, retrieves their\nCPU masks and unconditionally accesses per-CPU data for the first CPU of each\nmask.\n\nAccording to Documentation/admin-guide/mm/numaperf.rst:\n\n \"Some memory may share the same node as a CPU, and others are provided as\n memory only nodes.\"\n\nTherefore, some node CPU masks may be empty and wouldn\u0027t have a \"first CPU\".\n\nOn a machine with far memory (and therefore CPU-less NUMA nodes):\n- cpumask_of_node(nid) is 0\n- cpumask_first(0) is CONFIG_NR_CPUS\n- cpu_data(CONFIG_NR_CPUS) accesses the cpu_info per-CPU array at an\n index that is 1 out of bounds\n\nThis does not have any security implications since flashing microcode is\na privileged operation but I believe this has reliability implications by\npotentially corrupting memory while flashing a microcode update.\n\nWhen booting with CONFIG_UBSAN_BOUNDS=y on an AMD machine that flashes\na microcode update. I get the following splat:\n\n UBSAN: array-index-out-of-bounds in arch/x86/kernel/cpu/microcode/amd.c:X:Y\n index 512 is out of range for type \u0027unsigned long[512]\u0027\n [...]\n Call Trace:\n dump_stack\n __ubsan_handle_out_of_bounds\n load_microcode_amd\n request_microcode_amd\n reload_store\n kernfs_fop_write_iter\n vfs_write\n ksys_write\n do_syscall_64\n entry_SYSCALL_64_after_hwframe\n\nChange the loop to go over only NUMA nodes which have CPUs before determining\nwhether the first CPU on the respective node needs microcode update.\n\n [ bp: Massage commit message, fix typo. ]", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability requires elevated privileges (e.g. `CAP_SYS_ADMIN`) to be triggered as the attacker needs to be able to initiate a microcode update. This action is highly privileged, as it involves writing directly to the CPU, and so cannot be done by a regular, unprivileged user.", "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.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21991" }, { "category": "external", "summary": "RHBZ#2356917", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2356917" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21991", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21991" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21991", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21991" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025040257-CVE-2025-21991-6aae@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025040257-CVE-2025-21991-6aae@gregkh/T" } ], "release_date": "2025-04-02T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-07T06:10:45+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.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:10371" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "HIGH", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodes" }, { "cve": "CVE-2025-37799", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2025-05-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2363876" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nvmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp\n\nvmxnet3 driver\u0027s XDP handling is buggy for packet sizes using ring0 (that\nis, packet sizes between 128 - 3k bytes).\n\nWe noticed MTU-related connectivity issues with Cilium\u0027s service load-\nbalancing in case of vmxnet3 as NIC underneath. A simple curl to a HTTP\nbackend service where the XDP LB was doing IPIP encap led to overly large\npacket sizes but only for *some* of the packets (e.g. HTTP GET request)\nwhile others (e.g. the prior TCP 3WHS) looked completely fine on the wire.\n\nIn fact, the pcap recording on the backend node actually revealed that the\nnode with the XDP LB was leaking uninitialized kernel data onto the wire\nfor the affected packets, for example, while the packets should have been\n152 bytes their actual size was 1482 bytes, so the remainder after 152 bytes\nwas padded with whatever other data was in that page at the time (e.g. we\nsaw user/payload data from prior processed packets).\n\nWe only noticed this through an MTU issue, e.g. when the XDP LB node and\nthe backend node both had the same MTU (e.g. 1500) then the curl request\ngot dropped on the backend node\u0027s NIC given the packet was too large even\nthough the IPIP-encapped packet normally would never even come close to\nthe MTU limit. Lowering the MTU on the XDP LB (e.g. 1480) allowed to let\nthe curl request succeed (which also indicates that the kernel ignored the\npadding, and thus the issue wasn\u0027t very user-visible).\n\nCommit e127ce7699c1 (\"vmxnet3: Fix missing reserved tailroom\") was too eager\nto also switch xdp_prepare_buff() from rcd-\u003elen to rbi-\u003elen. It really needs\nto stick to rcd-\u003elen which is the actual packet length from the descriptor.\nThe latter we also feed into vmxnet3_process_xdp_small(), by the way, and\nit indicates the correct length needed to initialize the xdp-\u003e{data,data_end}\nparts. For e127ce7699c1 (\"vmxnet3: Fix missing reserved tailroom\") the\nrelevant part was adapting xdp_init_buff() to address the warning given the\nxdp_data_hard_end() depends on xdp-\u003eframe_sz. With that fixed, traffic on\nthe wire looks good again.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp", "title": "Vulnerability summary" }, { "category": "other", "text": "A bug in the vmxnet3 XDP path caused uninitialized kernel memory to be leaked into network packets, due to incorrect packet size handling.\nThis results in a kernel memory disclosure to remote systems, affecting confidentiality but not system stability.\n\nRHEL versions prior to 9.5 are not affected by this vulnerability, as the vulnerable code is not present in those releases.", "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.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-37799" }, { "category": "external", "summary": "RHBZ#2363876", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363876" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-37799", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37799" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37799", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37799" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025050349-CVE-2025-37799-bb83@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025050349-CVE-2025-37799-bb83@gregkh/T" } ], "release_date": "2025-05-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-07T06:10:45+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.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2025:10371" }, { "category": "workaround", "details": "To mitigate this issue, prevent module vmxnet3 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.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N", "version": "3.1" }, "products": [ "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "AppStream-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "AppStream-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "BaseOS-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "BaseOS-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "CRB-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "CRB-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "NFV-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "NFV-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.src", "RT-10.0.Z:kernel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-abi-stablelists-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-cross-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debug-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-debuginfo-common-aarch64-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-debuginfo-common-ppc64le-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-debuginfo-common-s390x-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-debuginfo-common-x86_64-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-devel-matched-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-doc-0:6.12.0-55.20.1.el10_0.noarch", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-headers-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-64k-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-64k-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debug-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-kvm-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-core-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-rt-modules-extra-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-tools-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:kernel-tools-libs-devel-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:kernel-uki-virt-addons-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:kernel-zfcpdump-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-devel-matched-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-core-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:kernel-zfcpdump-modules-extra-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:libperf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:python3-perf-debuginfo-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rtla-0:6.12.0-55.20.1.el10_0.x86_64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.aarch64", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.ppc64le", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.s390x", "RT-10.0.Z:rv-0:6.12.0-55.20.1.el10_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp" } ] }
rhsa-2025:10830
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: um: Fix out-of-bounds read in LDT setup (CVE-2022-49395)\n\n* kernel: dm ioctl: prevent potential spectre v1 gadget (CVE-2022-49122)\n\n* kernel: ipv6: mcast: extend RCU protection in igmp6_send() (CVE-2025-21759)\n\n* kernel: Squashfs: fix handling and sanity checking of xattr_ids count (CVE-2023-52933)\n\n* kernel: net: atm: fix use after free in lec_send() (CVE-2025-22004)\n\n* kernel: ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() (CVE-2025-22121)\n\n* kernel: ibmvnic: Use kernel helpers for hex dumps (CVE-2025-22104)\n\n* kernel: ext4: ignore xattrs past end (CVE-2025-37738)\n\n* kernel: udf: Fix a slab-out-of-bounds write bug in udf_find_entry() (CVE-2022-49846)\n\n* kernel: net: atlantic: fix aq_vec index out of range error (CVE-2022-50066)\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:10830", "url": "https://access.redhat.com/errata/RHSA-2025:10830" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2347899", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347899" }, { "category": "external", "summary": "2348154", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348154" }, { "category": "external", "summary": "2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "2355476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355476" }, { "category": "external", "summary": "2357142", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357142" }, { "category": "external", "summary": "2360199", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360199" }, { "category": "external", "summary": "2360265", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360265" }, { "category": "external", "summary": "2363305", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363305" }, { "category": "external", "summary": "2363432", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363432" }, { "category": "external", "summary": "2373683", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373683" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_10830.json" } ], "title": "Red Hat Security Advisory: kernel security update", "tracking": { "current_release_date": "2025-10-14T20:07:21+00:00", "generator": { "date": "2025-10-14T20:07:21+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.9" } }, "id": "RHSA-2025:10830", "initial_release_date": "2025-07-14T00:25:51+00:00", "revision_history": [ { "date": "2025-07-14T00:25:51+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-07-14T00:25:51+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-10-14T20:07:21+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.138.1.el9_0.aarch64", "product": { "name": "bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "kernel-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "kernel-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-70.138.1.el9_0?arch=aarch64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-70.138.1.el9_0.aarch64", "product": { "name": "perf-0:5.14.0-70.138.1.el9_0.aarch64", "product_id": "perf-0:5.14.0-70.138.1.el9_0.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-70.138.1.el9_0?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-70.138.1.el9_0?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-0:5.14.0-70.138.1.el9_0.ppc64le", "product": { "name": "perf-0:5.14.0-70.138.1.el9_0.ppc64le", "product_id": "perf-0:5.14.0-70.138.1.el9_0.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-70.138.1.el9_0?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "kernel-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "kernel-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-70.138.1.el9_0?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:5.14.0-70.138.1.el9_0.x86_64", "product": { "name": "perf-0:5.14.0-70.138.1.el9_0.x86_64", "product_id": "perf-0:5.14.0-70.138.1.el9_0.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-70.138.1.el9_0?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "bpftool-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "bpftool-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "bpftool-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel-matched@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel-matched@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-headers@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel-matched@5.14.0-70.138.1.el9_0?arch=s390x" } } }, { "category": "product_version", "name": "perf-0:5.14.0-70.138.1.el9_0.s390x", "product": { "name": "perf-0:5.14.0-70.138.1.el9_0.s390x", "product_id": "perf-0:5.14.0-70.138.1.el9_0.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@5.14.0-70.138.1.el9_0?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "kernel-0:5.14.0-70.138.1.el9_0.src", "product": { "name": "kernel-0:5.14.0-70.138.1.el9_0.src", "product_id": "kernel-0:5.14.0-70.138.1.el9_0.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@5.14.0-70.138.1.el9_0?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "product": { "name": "kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "product_id": "kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-stablelists@5.14.0-70.138.1.el9_0?arch=noarch" } } }, { "category": "product_version", "name": "kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "product": { "name": "kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "product_id": "kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "bpftool-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "bpftool-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "bpftool-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "bpftool-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "bpftool-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "bpftool-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "bpftool-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "bpftool-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-0:5.14.0-70.138.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.138.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.138.1.el9_0.src" }, "product_reference": "kernel-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-0:5.14.0-70.138.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.138.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.138.1.el9_0.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-core-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-core-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-core-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-debug-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-devel-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-70.138.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.138.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.138.1.el9_0.noarch" }, "product_reference": "kernel-doc-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-headers-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-modules-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-tools-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "perf-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "perf-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "perf-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "perf-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "python3-perf-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "python3-perf-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "python3-perf-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "bpftool-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "bpftool-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "bpftool-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "bpftool-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "bpftool-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "bpftool-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "bpftool-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "bpftool-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-0:5.14.0-70.138.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.138.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.138.1.el9_0.src" }, "product_reference": "kernel-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-0:5.14.0-70.138.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.138.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.138.1.el9_0.noarch" }, "product_reference": "kernel-abi-stablelists-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-core-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-core-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-core-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-core-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-debug-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-debug-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-debug-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-debug-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-debug-core-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-debug-core-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-debug-core-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-debug-core-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-debug-devel-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-debug-devel-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-debug-devel-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-debug-devel-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-debug-devel-matched-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-debug-modules-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-debug-modules-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-debug-modules-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-debug-modules-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-devel-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-devel-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-devel-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-devel-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-devel-matched-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-devel-matched-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-devel-matched-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-devel-matched-0:5.14.0-70.138.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.138.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.138.1.el9_0.noarch" }, "product_reference": "kernel-doc-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-headers-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-headers-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-headers-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-headers-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-modules-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-modules-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-modules-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-modules-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-modules-extra-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-modules-extra-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-modules-extra-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-modules-extra-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-tools-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-tools-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-tools-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-tools-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "kernel-tools-libs-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "kernel-tools-libs-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "kernel-tools-libs-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-zfcpdump-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-zfcpdump-core-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-zfcpdump-devel-matched-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "perf-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "perf-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "perf-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "perf-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "perf-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "perf-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "perf-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "perf-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "python3-perf-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "python3-perf-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "python3-perf-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "python3-perf-0:5.14.0-70.138.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.138.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.138.1.el9_0.aarch64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.s390x" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-70.138.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.138.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.138.1.el9_0.x86_64" }, "product_reference": "python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "relates_to_product_reference": "BaseOS-9.0.0.Z.E4S" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-49122", "discovery_date": "2025-02-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2348154" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the Linux kernel\u0027s `dm-ioctl` interface in the `lookup_ioctl()` function, which accepts a user-provided `cmd` value that is used to index the `_ioctls` array directly. This issue could lead to an out-of-bounds access if the CPU speculatively executes the array access before `cmd` is confirmed as valid, allowing an attacker to exploit a Spectre v1 gadget attack.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: dm ioctl: prevent potential spectre v1 gadget", "title": "Vulnerability summary" }, { "category": "other", "text": "Red Hat has rated this vulnerability with a security impact of Moderate. All Red Hat products are being evaluated for impact and Red Hat will work with the Linux community to analyze and correct any issues found. \n\nSuccessful exploitation of this flaw requires the attacker to have advanced knowledge of the software versions used on the system. \n\nFor additional information about this flaw, including possible mitigations, please refer to: https://access.redhat.com/solutions/3545361", "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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-49122" }, { "category": "external", "summary": "RHBZ#2348154", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348154" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-49122", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49122" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49122", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49122" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2022-49122-b139@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2022-49122-b139@gregkh/T" } ], "release_date": "2025-02-26T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-14T00:25:51+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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:10830" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "LOW", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: dm ioctl: prevent potential spectre v1 gadget" }, { "cve": "CVE-2022-49395", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2025-02-26T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2347899" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the Linux kernel\u0027s user mode (um) subsystem, specifically within the Local Descriptor Table (LDT) setup functionality. The issue arises from the syscall_stub_data() function misinterpreting the data_count parameter as a byte count rather than a count of longs, leading to an out-of-bounds read. This flaw could expose sensitive kernel memory and cause system instability.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: um: Fix out-of-bounds read in LDT setup", "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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-49395" }, { "category": "external", "summary": "RHBZ#2347899", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2347899" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-49395", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49395" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49395", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49395" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022650-CVE-2022-49395-7419@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022650-CVE-2022-49395-7419@gregkh/T" } ], "release_date": "2025-02-26T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-14T00:25:51+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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:10830" } ], "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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: um: Fix out-of-bounds read in LDT setup" }, { "cve": "CVE-2022-49846", "discovery_date": "2025-05-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2363432" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nudf: Fix a slab-out-of-bounds write bug in udf_find_entry()\n\nSyzbot reported a slab-out-of-bounds Write bug:\n\nloop0: detected capacity change from 0 to 2048\n==================================================================\nBUG: KASAN: slab-out-of-bounds in udf_find_entry+0x8a5/0x14f0\nfs/udf/namei.c:253\nWrite of size 105 at addr ffff8880123ff896 by task syz-executor323/3610\n\nCPU: 0 PID: 3610 Comm: syz-executor323 Not tainted\n6.1.0-rc2-syzkaller-00105-gb229b6ca5abb #0\nHardware name: Google Compute Engine/Google Compute Engine, BIOS\nGoogle 10/11/2022\nCall Trace:\n \u003cTASK\u003e\n __dump_stack lib/dump_stack.c:88 [inline]\n dump_stack_lvl+0x1b1/0x28e lib/dump_stack.c:106\n print_address_description+0x74/0x340 mm/kasan/report.c:284\n print_report+0x107/0x1f0 mm/kasan/report.c:395\n kasan_report+0xcd/0x100 mm/kasan/report.c:495\n kasan_check_range+0x2a7/0x2e0 mm/kasan/generic.c:189\n memcpy+0x3c/0x60 mm/kasan/shadow.c:66\n udf_find_entry+0x8a5/0x14f0 fs/udf/namei.c:253\n udf_lookup+0xef/0x340 fs/udf/namei.c:309\n lookup_open fs/namei.c:3391 [inline]\n open_last_lookups fs/namei.c:3481 [inline]\n path_openat+0x10e6/0x2df0 fs/namei.c:3710\n do_filp_open+0x264/0x4f0 fs/namei.c:3740\n do_sys_openat2+0x124/0x4e0 fs/open.c:1310\n do_sys_open fs/open.c:1326 [inline]\n __do_sys_creat fs/open.c:1402 [inline]\n __se_sys_creat fs/open.c:1396 [inline]\n __x64_sys_creat+0x11f/0x160 fs/open.c:1396\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\nRIP: 0033:0x7ffab0d164d9\nCode: ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 48 89 f8 48 89\nf7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 \u003c48\u003e 3d 01\nf0 ff ff 73 01 c3 48 c7 c1 c0 ff ff ff f7 d8 64 89 01 48\nRSP: 002b:00007ffe1a7e6bb8 EFLAGS: 00000246 ORIG_RAX: 0000000000000055\nRAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007ffab0d164d9\nRDX: 00007ffab0d164d9 RSI: 0000000000000000 RDI: 0000000020000180\nRBP: 00007ffab0cd5a10 R08: 0000000000000000 R09: 0000000000000000\nR10: 00005555573552c0 R11: 0000000000000246 R12: 00007ffab0cd5aa0\nR13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000\n \u003c/TASK\u003e\n\nAllocated by task 3610:\n kasan_save_stack mm/kasan/common.c:45 [inline]\n kasan_set_track+0x3d/0x60 mm/kasan/common.c:52\n ____kasan_kmalloc mm/kasan/common.c:371 [inline]\n __kasan_kmalloc+0x97/0xb0 mm/kasan/common.c:380\n kmalloc include/linux/slab.h:576 [inline]\n udf_find_entry+0x7b6/0x14f0 fs/udf/namei.c:243\n udf_lookup+0xef/0x340 fs/udf/namei.c:309\n lookup_open fs/namei.c:3391 [inline]\n open_last_lookups fs/namei.c:3481 [inline]\n path_openat+0x10e6/0x2df0 fs/namei.c:3710\n do_filp_open+0x264/0x4f0 fs/namei.c:3740\n do_sys_openat2+0x124/0x4e0 fs/open.c:1310\n do_sys_open fs/open.c:1326 [inline]\n __do_sys_creat fs/open.c:1402 [inline]\n __se_sys_creat fs/open.c:1396 [inline]\n __x64_sys_creat+0x11f/0x160 fs/open.c:1396\n do_syscall_x64 arch/x86/entry/common.c:50 [inline]\n do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80\n entry_SYSCALL_64_after_hwframe+0x63/0xcd\n\nThe buggy address belongs to the object at ffff8880123ff800\n which belongs to the cache kmalloc-256 of size 256\nThe buggy address is located 150 bytes inside of\n 256-byte region [ffff8880123ff800, ffff8880123ff900)\n\nThe buggy address belongs to the physical page:\npage:ffffea000048ff80 refcount:1 mapcount:0 mapping:0000000000000000\nindex:0x0 pfn:0x123fe\nhead:ffffea000048ff80 order:1 compound_mapcount:0 compound_pincount:0\nflags: 0xfff00000010200(slab|head|node=0|zone=1|lastcpupid=0x7ff)\nraw: 00fff00000010200 ffffea00004b8500 dead000000000003 ffff888012041b40\nraw: 0000000000000000 0000000080100010 00000001ffffffff 0000000000000000\npage dumped because: kasan: bad access detected\npage_owner tracks the page as allocated\npage last allocated via order 0, migratetype Unmovable, gfp_mask 0x0(),\npid 1, tgid 1 (swapper/0), ts 1841222404, free_ts 0\n create_dummy_stack mm/page_owner.c:\n---truncated---", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: udf: Fix a slab-out-of-bounds write bug in udf_find_entry()", "title": "Vulnerability summary" }, { "category": "other", "text": "A slab-out-of-bounds write was discovered in udf_find_entry() due to incorrect allocation size when handling long filenames in split name descriptors. This can be triggered by mounting a crafted UDF image and attempting to create a file with a specially constructed name. Although local privileges are required, the flaw allows kernel memory corruption, leading to potential privilege escalation or DoS.", "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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-49846" }, { "category": "external", "summary": "RHBZ#2363432", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363432" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-49846", "url": "https://www.cve.org/CVERecord?id=CVE-2022-49846" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-49846", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-49846" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025050142-CVE-2022-49846-728c@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025050142-CVE-2022-49846-728c@gregkh/T" } ], "release_date": "2025-05-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-14T00:25:51+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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:10830" }, { "category": "workaround", "details": "To mitigate this issue, prevent module udf 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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.1, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Important" } ], "title": "kernel: udf: Fix a slab-out-of-bounds write bug in udf_find_entry()" }, { "cve": "CVE-2022-50066", "cwe": { "id": "CWE-823", "name": "Use of Out-of-range Pointer Offset" }, "discovery_date": "2025-06-18T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2373683" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in the Linux kernel\u0027s Aquantia Atlantic driver, where a lack of proper bounds checking during loop indexing can lead to an out-of-bounds access. This can lead to undefined system behavior and a denial of service.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net: atlantic: fix aq_vec index out of range error", "title": "Vulnerability summary" }, { "category": "other", "text": "This vulnerability in the Aquantia network driver (atlantic) allows out-of-bounds access to the aq_vec[] array, which can lead to a kernel crash. However, triggering this issue requires privileges, as it occurs in internal kernel functions like aq_nic_stop() and aq_vec_isr(), typically invoked during device suspend or shutdown. This bug was observable through a UBSAN report in aq_nic_stop().", "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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-50066" }, { "category": "external", "summary": "RHBZ#2373683", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373683" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-50066", "url": "https://www.cve.org/CVERecord?id=CVE-2022-50066" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-50066", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-50066" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025061851-CVE-2022-50066-a2ad@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025061851-CVE-2022-50066-a2ad@gregkh/T" } ], "release_date": "2025-06-18T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-14T00:25:51+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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:10830" }, { "category": "workaround", "details": "To mitigate this issue, prevent module atlantic 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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: net: atlantic: fix aq_vec index out of range error" }, { "cve": "CVE-2023-52933", "cwe": { "id": "CWE-190", "name": "Integer Overflow or Wraparound" }, "discovery_date": "2025-03-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2355476" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nSquashfs: fix handling and sanity checking of xattr_ids count\n\nA Sysbot [1] corrupted filesystem exposes two flaws in the handling and\nsanity checking of the xattr_ids count in the filesystem. Both of these\nflaws cause computation overflow due to incorrect typing.\n\nIn the corrupted filesystem the xattr_ids value is 4294967071, which\nstored in a signed variable becomes the negative number -225.\n\nFlaw 1 (64-bit systems only):\n\nThe signed integer xattr_ids variable causes sign extension.\n\nThis causes variable overflow in the SQUASHFS_XATTR_*(A) macros. The\nvariable is first multiplied by sizeof(struct squashfs_xattr_id) where the\ntype of the sizeof operator is \"unsigned long\".\n\nOn a 64-bit system this is 64-bits in size, and causes the negative number\nto be sign extended and widened to 64-bits and then become unsigned. This\nproduces the very large number 18446744073709548016 or 2^64 - 3600. This\nnumber when rounded up by SQUASHFS_METADATA_SIZE - 1 (8191 bytes) and\ndivided by SQUASHFS_METADATA_SIZE overflows and produces a length of 0\n(stored in len).\n\nFlaw 2 (32-bit systems only):\n\nOn a 32-bit system the integer variable is not widened by the unsigned\nlong type of the sizeof operator (32-bits), and the signedness of the\nvariable has no effect due it always being treated as unsigned.\n\nThe above corrupted xattr_ids value of 4294967071, when multiplied\noverflows and produces the number 4294963696 or 2^32 - 3400. This number\nwhen rounded up by SQUASHFS_METADATA_SIZE - 1 (8191 bytes) and divided by\nSQUASHFS_METADATA_SIZE overflows again and produces a length of 0.\n\nThe effect of the 0 length computation:\n\nIn conjunction with the corrupted xattr_ids field, the filesystem also has\na corrupted xattr_table_start value, where it matches the end of\nfilesystem value of 850.\n\nThis causes the following sanity check code to fail because the\nincorrectly computed len of 0 matches the incorrect size of the table\nreported by the superblock (0 bytes).\n\n len = SQUASHFS_XATTR_BLOCK_BYTES(*xattr_ids);\n indexes = SQUASHFS_XATTR_BLOCKS(*xattr_ids);\n\n /*\n * The computed size of the index table (len bytes) should exactly\n * match the table start and end points\n */\n start = table_start + sizeof(*id_table);\n end = msblk-\u003ebytes_used;\n\n if (len != (end - start))\n return ERR_PTR(-EINVAL);\n\nChanging the xattr_ids variable to be \"usigned int\" fixes the flaw on a\n64-bit system. This relies on the fact the computation is widened by the\nunsigned long type of the sizeof operator.\n\nCasting the variable to u64 in the above macro fixes this flaw on a 32-bit\nsystem.\n\nIt also means 64-bit systems do not implicitly rely on the type of the\nsizeof operator to widen the computation.\n\n[1] https://lore.kernel.org/lkml/000000000000cd44f005f1a0f17f@google.com/", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: Squashfs: fix handling and sanity checking of xattr_ids count", "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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-52933" }, { "category": "external", "summary": "RHBZ#2355476", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2355476" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-52933", "url": "https://www.cve.org/CVERecord?id=CVE-2023-52933" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-52933", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-52933" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025032720-CVE-2023-52933-f292@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025032720-CVE-2023-52933-f292@gregkh/T" } ], "release_date": "2025-03-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-14T00:25:51+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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:10830" } ], "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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: Squashfs: fix handling and sanity checking of xattr_ids count" }, { "cve": "CVE-2025-21759", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-02-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2348596" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: mcast: extend RCU protection in igmp6_send()\n\nigmp6_send() can be called without RTNL or RCU being held.\n\nExtend RCU protection so that we can safely fetch the net pointer\nand avoid a potential UAF.\n\nNote that we no longer can use sock_alloc_send_skb() because\nipv6.igmp_sk uses GFP_KERNEL allocations which can sleep.\n\nInstead use alloc_skb() and charge the net-\u003eipv6.igmp_sk\nsocket under RCU protection.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()", "title": "Vulnerability summary" }, { "category": "other", "text": "The patch extends RCU protection in igmp6_send() to prevent a potential use-after-free (UAF) when accessing net-\u003eipv6.igmp_sk. This function could be invoked without holding RTNL or RCU, making concurrent access unsafe in network namespace contexts. The fix replaces sock_alloc_send_skb() with alloc_skb() and sets the owner under RCU to ensure safe allocation. The bug actual only if IPV6 being used and IGMPv6 (Internet Group Management Protocol for IPv6) being used too. The security impact is limited, because no known way to trigger the bug (see in the patch description: \"Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF\").", "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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21759" }, { "category": "external", "summary": "RHBZ#2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T" } ], "release_date": "2025-02-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-14T00:25:51+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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:10830" }, { "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.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.6, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()" }, { "cve": "CVE-2025-22004", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-04-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2357142" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: atm: fix use after free in lec_send()\n\nThe -\u003esend() operation frees skb so save the length before calling\n-\u003esend() to avoid a use after free.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net: atm: fix use after free in lec_send()", "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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-22004" }, { "category": "external", "summary": "RHBZ#2357142", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2357142" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-22004", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22004" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22004", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22004" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025040349-CVE-2025-22004-64f9@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025040349-CVE-2025-22004-64f9@gregkh/T" } ], "release_date": "2025-04-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-14T00:25:51+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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:10830" } ], "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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: net: atm: fix use after free in lec_send()" }, { "cve": "CVE-2025-22104", "cwe": { "id": "CWE-120", "name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)" }, "discovery_date": "2025-04-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2360265" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nibmvnic: Use kernel helpers for hex dumps\n\nPreviously, when the driver was printing hex dumps, the buffer was cast\nto an 8 byte long and printed using string formatters. If the buffer\nsize was not a multiple of 8 then a read buffer overflow was possible.\n\nTherefore, create a new ibmvnic function that loops over a buffer and\ncalls hex_dump_to_buffer instead.\n\nThis patch address KASAN reports like the one below:\n ibmvnic 30000003 env3: Login Buffer:\n ibmvnic 30000003 env3: 01000000af000000\n \u003c...\u003e\n ibmvnic 30000003 env3: 2e6d62692e736261\n ibmvnic 30000003 env3: 65050003006d6f63\n ==================================================================\n BUG: KASAN: slab-out-of-bounds in ibmvnic_login+0xacc/0xffc [ibmvnic]\n Read of size 8 at addr c0000001331a9aa8 by task ip/17681\n \u003c...\u003e\n Allocated by task 17681:\n \u003c...\u003e\n ibmvnic_login+0x2f0/0xffc [ibmvnic]\n ibmvnic_open+0x148/0x308 [ibmvnic]\n __dev_open+0x1ac/0x304\n \u003c...\u003e\n The buggy address is located 168 bytes inside of\n allocated 175-byte region [c0000001331a9a00, c0000001331a9aaf)\n \u003c...\u003e\n =================================================================\n ibmvnic 30000003 env3: 000000000033766e", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ibmvnic: Use kernel helpers for hex dumps", "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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-22104" }, { "category": "external", "summary": "RHBZ#2360265", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360265" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-22104", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22104" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22104", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22104" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025041622-CVE-2025-22104-0a82@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025041622-CVE-2025-22104-0a82@gregkh/T" } ], "release_date": "2025-04-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-14T00:25:51+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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:10830" } ], "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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ibmvnic: Use kernel helpers for hex dumps" }, { "cve": "CVE-2025-22121", "cwe": { "id": "CWE-125", "name": "Out-of-bounds Read" }, "discovery_date": "2025-04-16T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2360199" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\next4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()\n\nThere\u0027s issue as follows:\nBUG: KASAN: use-after-free in ext4_xattr_inode_dec_ref_all+0x6ff/0x790\nRead of size 4 at addr ffff88807b003000 by task syz-executor.0/15172\n\nCPU: 3 PID: 15172 Comm: syz-executor.0\nCall Trace:\n __dump_stack lib/dump_stack.c:82 [inline]\n dump_stack+0xbe/0xfd lib/dump_stack.c:123\n print_address_description.constprop.0+0x1e/0x280 mm/kasan/report.c:400\n __kasan_report.cold+0x6c/0x84 mm/kasan/report.c:560\n kasan_report+0x3a/0x50 mm/kasan/report.c:585\n ext4_xattr_inode_dec_ref_all+0x6ff/0x790 fs/ext4/xattr.c:1137\n ext4_xattr_delete_inode+0x4c7/0xda0 fs/ext4/xattr.c:2896\n ext4_evict_inode+0xb3b/0x1670 fs/ext4/inode.c:323\n evict+0x39f/0x880 fs/inode.c:622\n iput_final fs/inode.c:1746 [inline]\n iput fs/inode.c:1772 [inline]\n iput+0x525/0x6c0 fs/inode.c:1758\n ext4_orphan_cleanup fs/ext4/super.c:3298 [inline]\n ext4_fill_super+0x8c57/0xba40 fs/ext4/super.c:5300\n mount_bdev+0x355/0x410 fs/super.c:1446\n legacy_get_tree+0xfe/0x220 fs/fs_context.c:611\n vfs_get_tree+0x8d/0x2f0 fs/super.c:1576\n do_new_mount fs/namespace.c:2983 [inline]\n path_mount+0x119a/0x1ad0 fs/namespace.c:3316\n do_mount+0xfc/0x110 fs/namespace.c:3329\n __do_sys_mount fs/namespace.c:3540 [inline]\n __se_sys_mount+0x219/0x2e0 fs/namespace.c:3514\n do_syscall_64+0x33/0x40 arch/x86/entry/common.c:46\n entry_SYSCALL_64_after_hwframe+0x67/0xd1\n\nMemory state around the buggy address:\n ffff88807b002f00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n ffff88807b002f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n\u003effff88807b003000: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\n ^\n ffff88807b003080: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\n ffff88807b003100: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff\n\nAbove issue happens as ext4_xattr_delete_inode() isn\u0027t check xattr\nis valid if xattr is in inode.\nTo solve above issue call xattr_check_inode() check if xattr if valid\nin inode. In fact, we can directly verify in ext4_iget_extra_inode(),\nso that there is no divergent verification.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()", "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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-22121" }, { "category": "external", "summary": "RHBZ#2360199", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360199" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-22121", "url": "https://www.cve.org/CVERecord?id=CVE-2025-22121" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22121", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22121" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025041628-CVE-2025-22121-52fd@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025041628-CVE-2025-22121-52fd@gregkh/T" } ], "release_date": "2025-04-16T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-14T00:25:51+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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:10830" } ], "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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()" }, { "cve": "CVE-2025-37738", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-05-01T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2363305" } ], "notes": [ { "category": "description", "text": "A use-after-free vulnerability has been discovered in the Linux kernel, specifically within the ext4_xattr_inode_dec_ref_all function (related to the ext4 filesystem\u0027s extended attributes). An attacker could exploit this flaw by providing a specially crafted payload, leading to a denial of service condition that compromises system availability.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ext4: ignore xattrs past end", "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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-37738" }, { "category": "external", "summary": "RHBZ#2363305", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2363305" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-37738", "url": "https://www.cve.org/CVERecord?id=CVE-2025-37738" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-37738", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37738" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025050132-CVE-2025-37738-deb1@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025050132-CVE-2025-37738-deb1@gregkh/T" } ], "release_date": "2025-05-01T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-07-14T00:25:51+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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:10830" }, { "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.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] } ], "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.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "AppStream-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "AppStream-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:bpftool-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.src", "BaseOS-9.0.0.Z.E4S:kernel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-abi-stablelists-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-core-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debug-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-aarch64-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-s390x-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-debuginfo-common-x86_64-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-devel-matched-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-doc-0:5.14.0-70.138.1.el9_0.noarch", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-headers-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-modules-extra-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-tools-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:kernel-tools-libs-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-core-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-devel-matched-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:kernel-zfcpdump-modules-extra-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-0:5.14.0-70.138.1.el9_0.x86_64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.aarch64", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.ppc64le", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.s390x", "BaseOS-9.0.0.Z.E4S:python3-perf-debuginfo-0:5.14.0-70.138.1.el9_0.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ext4: ignore xattrs past end" } ] }
rhsa-2025:14985
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: ipv6: mcast: extend RCU protection in igmp6_send() (CVE-2025-21759)\n\n* kernel: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race (CVE-2025-38085)\n\n* kernel: Bluetooth: hci_core: Fix use-after-free in vhci_flush() (CVE-2025-38250)\n\n* kernel: tipc: Fix use-after-free in tipc_conn_close() (CVE-2025-38464)\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:14985", "url": "https://access.redhat.com/errata/RHSA-2025:14985" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "2375304", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2375304" }, { "category": "external", "summary": "2378982", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378982" }, { "category": "external", "summary": "2383509", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383509" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_14985.json" } ], "title": "Red Hat Security Advisory: kernel security update", "tracking": { "current_release_date": "2025-10-08T15:20:33+00:00", "generator": { "date": "2025-10-08T15:20:33+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.9" } }, "id": "RHSA-2025:14985", "initial_release_date": "2025-09-02T01:50:49+00:00", "revision_history": [ { "date": "2025-09-02T01:50:49+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-09-02T01:50:49+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-10-08T15: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 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.108.1.el8_8.ppc64le", "product": { "name": "bpftool-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "bpftool-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "kernel-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "kernel-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-core-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "kernel-core-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "kernel-core-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "kernel-debug-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "kernel-debug-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-core-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "kernel-debug-core-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "kernel-debug-core-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "kernel-debug-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "kernel-debug-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "kernel-debug-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "kernel-debug-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "kernel-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "kernel-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "kernel-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "kernel-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "kernel-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "kernel-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "kernel-tools-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "kernel-tools-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "kernel-tools-libs-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "kernel-tools-libs-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "perf-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "perf-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "python3-perf-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "python3-perf-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "kernel-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "kernel-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64le-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "kernel-debuginfo-common-ppc64le-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "kernel-debuginfo-common-ppc64le-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-477.108.1.el8_8?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "product": { "name": "python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "product_id": "python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-477.108.1.el8_8?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "kernel-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "kernel-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "perf-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "perf-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-477.108.1.el8_8?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "product": { "name": "python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "product_id": "python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-477.108.1.el8_8?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "kernel-0:4.18.0-477.108.1.el8_8.src", "product": { "name": "kernel-0:4.18.0-477.108.1.el8_8.src", "product_id": "kernel-0:4.18.0-477.108.1.el8_8.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-477.108.1.el8_8?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "product": { "name": "kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "product_id": "kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-stablelists@4.18.0-477.108.1.el8_8?arch=noarch" } } }, { "category": "product_version", "name": "kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "product": { "name": "kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "product_id": "kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "bpftool-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "bpftool-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "bpftool-debuginfo-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "bpftool-debuginfo-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "kernel-0:4.18.0-477.108.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.108.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.108.1.el8_8.src" }, "product_reference": "kernel-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-0:4.18.0-477.108.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.108.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.108.1.el8_8.noarch" }, "product_reference": "kernel-abi-stablelists-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "kernel-core-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-core-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "kernel-debug-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-debug-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "kernel-debug-core-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-debug-core-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "kernel-debug-devel-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-debug-devel-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "kernel-debug-modules-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-debug-modules-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "kernel-debuginfo-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-debuginfo-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "kernel-devel-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-devel-0:4.18.0-477.108.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.108.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.108.1.el8_8.noarch" }, "product_reference": "kernel-doc-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "kernel-modules-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-modules-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "kernel-modules-extra-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-modules-extra-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "kernel-tools-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-tools-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "kernel-tools-libs-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-tools-libs-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "perf-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "perf-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "perf-debuginfo-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "perf-debuginfo-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "python3-perf-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "python3-perf-0:4.18.0-477.108.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.108.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.108.1.el8_8.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "bpftool-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "bpftool-debuginfo-0:4.18.0-477.108.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.108.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.108.1.el8_8.src" }, "product_reference": "kernel-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-0:4.18.0-477.108.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.108.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.108.1.el8_8.noarch" }, "product_reference": "kernel-abi-stablelists-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-core-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-debug-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-debug-core-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-debug-devel-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-debug-modules-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-debuginfo-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-devel-0:4.18.0-477.108.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.108.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.108.1.el8_8.noarch" }, "product_reference": "kernel-doc-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-modules-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-modules-extra-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-tools-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "kernel-tools-libs-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "perf-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "perf-debuginfo-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "python3-perf-0:4.18.0-477.108.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.108.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.108.1.el8_8.x86_64" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "relates_to_product_reference": "BaseOS-8.8.0.Z.TUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-21759", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-02-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2348596" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: mcast: extend RCU protection in igmp6_send()\n\nigmp6_send() can be called without RTNL or RCU being held.\n\nExtend RCU protection so that we can safely fetch the net pointer\nand avoid a potential UAF.\n\nNote that we no longer can use sock_alloc_send_skb() because\nipv6.igmp_sk uses GFP_KERNEL allocations which can sleep.\n\nInstead use alloc_skb() and charge the net-\u003eipv6.igmp_sk\nsocket under RCU protection.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()", "title": "Vulnerability summary" }, { "category": "other", "text": "The patch extends RCU protection in igmp6_send() to prevent a potential use-after-free (UAF) when accessing net-\u003eipv6.igmp_sk. This function could be invoked without holding RTNL or RCU, making concurrent access unsafe in network namespace contexts. The fix replaces sock_alloc_send_skb() with alloc_skb() and sets the owner under RCU to ensure safe allocation. The bug actual only if IPV6 being used and IGMPv6 (Internet Group Management Protocol for IPv6) being used too. The security impact is limited, because no known way to trigger the bug (see in the patch description: \"Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF\").", "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.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21759" }, { "category": "external", "summary": "RHBZ#2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T" } ], "release_date": "2025-02-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-09-02T01:50:49+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.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:14985" }, { "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": [ "BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.6, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/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.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()" }, { "cve": "CVE-2025-38085", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2025-06-28T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2375304" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race\n\nhuge_pmd_unshare() drops a reference on a page table that may have\npreviously been shared across processes, potentially turning it into a\nnormal page table used in another process in which unrelated VMAs can\nafterwards be installed.\n\nIf this happens in the middle of a concurrent gup_fast(), gup_fast() could\nend up walking the page tables of another process. While I don\u0027t see any\nway in which that immediately leads to kernel memory corruption, it is\nreally weird and unexpected.\n\nFix it with an explicit broadcast IPI through tlb_remove_table_sync_one(),\njust like we do in khugepaged when removing page tables for a THP\ncollapse.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race", "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.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-38085" }, { "category": "external", "summary": "RHBZ#2375304", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2375304" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38085", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38085" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38085", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38085" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025062836-CVE-2025-38085-8075@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025062836-CVE-2025-38085-8075@gregkh/T" } ], "release_date": "2025-06-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-09-02T01:50:49+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.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:14985" } ], "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.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race" }, { "cve": "CVE-2025-38250", "cwe": { "id": "CWE-362", "name": "Concurrent Execution using Shared Resource with Improper Synchronization (\u0027Race Condition\u0027)" }, "discovery_date": "2025-07-09T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2378982" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nBluetooth: hci_core: Fix use-after-free in vhci_flush()\n\nsyzbot reported use-after-free in vhci_flush() without repro. [0]\n\nFrom the splat, a thread close()d a vhci file descriptor while\nits device was being used by iotcl() on another thread.\n\nOnce the last fd refcnt is released, vhci_release() calls\nhci_unregister_dev(), hci_free_dev(), and kfree() for struct\nvhci_data, which is set to hci_dev-\u003edev-\u003edriver_data.\n\nThe problem is that there is no synchronisation after unlinking\nhdev from hci_dev_list in hci_unregister_dev(). There might be\nanother thread still accessing the hdev which was fetched before\nthe unlink operation.\n\nWe can use SRCU for such synchronisation.\n\nLet\u0027s run hci_dev_reset() under SRCU and wait for its completion\nin hci_unregister_dev().\n\nAnother option would be to restore hci_dev-\u003edestruct(), which was\nremoved in commit 587ae086f6e4 (\"Bluetooth: Remove unused\nhci-destruct cb\"). However, this would not be a good solution, as\nwe should not run hci_unregister_dev() while there are in-flight\nioctl() requests, which could lead to another data-race KCSAN splat.\n\nNote that other drivers seem to have the same problem, for exmaple,\nvirtbt_remove().\n\n[0]:\nBUG: KASAN: slab-use-after-free in skb_queue_empty_lockless include/linux/skbuff.h:1891 [inline]\nBUG: KASAN: slab-use-after-free in skb_queue_purge_reason+0x99/0x360 net/core/skbuff.c:3937\nRead of size 8 at addr ffff88807cb8d858 by task syz.1.219/6718\n\nCPU: 1 UID: 0 PID: 6718 Comm: syz.1.219 Not tainted 6.16.0-rc1-syzkaller-00196-g08207f42d3ff #0 PREEMPT(full)\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 05/07/2025\nCall Trace:\n \u003cTASK\u003e\n dump_stack_lvl+0x189/0x250 lib/dump_stack.c:120\n print_address_description mm/kasan/report.c:408 [inline]\n print_report+0xd2/0x2b0 mm/kasan/report.c:521\n kasan_report+0x118/0x150 mm/kasan/report.c:634\n skb_queue_empty_lockless include/linux/skbuff.h:1891 [inline]\n skb_queue_purge_reason+0x99/0x360 net/core/skbuff.c:3937\n skb_queue_purge include/linux/skbuff.h:3368 [inline]\n vhci_flush+0x44/0x50 drivers/bluetooth/hci_vhci.c:69\n hci_dev_do_reset net/bluetooth/hci_core.c:552 [inline]\n hci_dev_reset+0x420/0x5c0 net/bluetooth/hci_core.c:592\n sock_do_ioctl+0xd9/0x300 net/socket.c:1190\n sock_ioctl+0x576/0x790 net/socket.c:1311\n vfs_ioctl fs/ioctl.c:51 [inline]\n __do_sys_ioctl fs/ioctl.c:907 [inline]\n __se_sys_ioctl+0xf9/0x170 fs/ioctl.c:893\n do_syscall_x64 arch/x86/entry/syscall_64.c:63 [inline]\n do_syscall_64+0xfa/0x3b0 arch/x86/entry/syscall_64.c:94\n entry_SYSCALL_64_after_hwframe+0x77/0x7f\nRIP: 0033:0x7fcf5b98e929\nCode: ff ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 \u003c48\u003e 3d 01 f0 ff ff 73 01 c3 48 c7 c1 a8 ff ff ff f7 d8 64 89 01 48\nRSP: 002b:00007fcf5c7b9038 EFLAGS: 00000246 ORIG_RAX: 0000000000000010\nRAX: ffffffffffffffda RBX: 00007fcf5bbb6160 RCX: 00007fcf5b98e929\nRDX: 0000000000000000 RSI: 00000000400448cb RDI: 0000000000000009\nRBP: 00007fcf5ba10b39 R08: 0000000000000000 R09: 0000000000000000\nR10: 0000000000000000 R11: 0000000000000246 R12: 0000000000000000\nR13: 0000000000000000 R14: 00007fcf5bbb6160 R15: 00007ffd6353d528\n \u003c/TASK\u003e\n\nAllocated by task 6535:\n kasan_save_stack mm/kasan/common.c:47 [inline]\n kasan_save_track+0x3e/0x80 mm/kasan/common.c:68\n poison_kmalloc_redzone mm/kasan/common.c:377 [inline]\n __kasan_kmalloc+0x93/0xb0 mm/kasan/common.c:394\n kasan_kmalloc include/linux/kasan.h:260 [inline]\n __kmalloc_cache_noprof+0x230/0x3d0 mm/slub.c:4359\n kmalloc_noprof include/linux/slab.h:905 [inline]\n kzalloc_noprof include/linux/slab.h:1039 [inline]\n vhci_open+0x57/0x360 drivers/bluetooth/hci_vhci.c:635\n misc_open+0x2bc/0x330 drivers/char/misc.c:161\n chrdev_open+0x4c9/0x5e0 fs/char_dev.c:414\n do_dentry_open+0xdf0/0x1970 fs/open.c:964\n vfs_open+0x3b/0x340 fs/open.c:1094\n do_open fs/namei.c:3887 [inline]\n path_openat+0x2ee5/0x3830 fs/name\n---truncated---", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: Bluetooth: hci_core: Fix use-after-free in vhci_flush()", "title": "Vulnerability summary" }, { "category": "other", "text": "The vulnerability is caused by a race condition between ioctl() and close() on a virtual HCI (vhci) device, where vhci_release() may free memory still accessed by vhci_flush() via hci_dev_reset(). This leads to a potential use-after-free and kernel crash, as reported by syzbot. The CVSS vector includes PR:L because the attack requires access to an open file descriptor (typically from /dev/vhci) but not elevated privileges. For the CVSS, the AV:L is selected since the attack is initiated locally. The impact on Availability is High and potentially Confidentiality and Integrity could be High too.", "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.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-38250" }, { "category": "external", "summary": "RHBZ#2378982", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2378982" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38250", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38250" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38250", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38250" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025070934-CVE-2025-38250-3145@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025070934-CVE-2025-38250-3145@gregkh/T" } ], "release_date": "2025-07-09T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-09-02T01:50:49+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.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:14985" }, { "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.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H", "version": "3.1" }, "products": [ "BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: Bluetooth: hci_core: Fix use-after-free in vhci_flush()" }, { "cve": "CVE-2025-38464", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-07-25T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2383509" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\ntipc: Fix use-after-free in tipc_conn_close().\n\nsyzbot reported a null-ptr-deref in tipc_conn_close() during netns\ndismantle. [0]\n\ntipc_topsrv_stop() iterates tipc_net(net)-\u003etopsrv-\u003econn_idr and calls\ntipc_conn_close() for each tipc_conn.\n\nThe problem is that tipc_conn_close() is called after releasing the\nIDR lock.\n\nAt the same time, there might be tipc_conn_recv_work() running and it\ncould call tipc_conn_close() for the same tipc_conn and release its\nlast -\u003ekref.\n\nOnce we release the IDR lock in tipc_topsrv_stop(), there is no\nguarantee that the tipc_conn is alive.\n\nLet\u0027s hold the ref before releasing the lock and put the ref after\ntipc_conn_close() in tipc_topsrv_stop().\n\n[0]:\nBUG: KASAN: use-after-free in tipc_conn_close+0x122/0x140 net/tipc/topsrv.c:165\nRead of size 8 at addr ffff888099305a08 by task kworker/u4:3/435\n\nCPU: 0 PID: 435 Comm: kworker/u4:3 Not tainted 4.19.204-syzkaller #0\nHardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011\nWorkqueue: netns cleanup_net\nCall Trace:\n __dump_stack lib/dump_stack.c:77 [inline]\n dump_stack+0x1fc/0x2ef lib/dump_stack.c:118\n print_address_description.cold+0x54/0x219 mm/kasan/report.c:256\n kasan_report_error.cold+0x8a/0x1b9 mm/kasan/report.c:354\n kasan_report mm/kasan/report.c:412 [inline]\n __asan_report_load8_noabort+0x88/0x90 mm/kasan/report.c:433\n tipc_conn_close+0x122/0x140 net/tipc/topsrv.c:165\n tipc_topsrv_stop net/tipc/topsrv.c:701 [inline]\n tipc_topsrv_exit_net+0x27b/0x5c0 net/tipc/topsrv.c:722\n ops_exit_list+0xa5/0x150 net/core/net_namespace.c:153\n cleanup_net+0x3b4/0x8b0 net/core/net_namespace.c:553\n process_one_work+0x864/0x1570 kernel/workqueue.c:2153\n worker_thread+0x64c/0x1130 kernel/workqueue.c:2296\n kthread+0x33f/0x460 kernel/kthread.c:259\n ret_from_fork+0x24/0x30 arch/x86/entry/entry_64.S:415\n\nAllocated by task 23:\n kmem_cache_alloc_trace+0x12f/0x380 mm/slab.c:3625\n kmalloc include/linux/slab.h:515 [inline]\n kzalloc include/linux/slab.h:709 [inline]\n tipc_conn_alloc+0x43/0x4f0 net/tipc/topsrv.c:192\n tipc_topsrv_accept+0x1b5/0x280 net/tipc/topsrv.c:470\n process_one_work+0x864/0x1570 kernel/workqueue.c:2153\n worker_thread+0x64c/0x1130 kernel/workqueue.c:2296\n kthread+0x33f/0x460 kernel/kthread.c:259\n ret_from_fork+0x24/0x30 arch/x86/entry/entry_64.S:415\n\nFreed by task 23:\n __cache_free mm/slab.c:3503 [inline]\n kfree+0xcc/0x210 mm/slab.c:3822\n tipc_conn_kref_release net/tipc/topsrv.c:150 [inline]\n kref_put include/linux/kref.h:70 [inline]\n conn_put+0x2cd/0x3a0 net/tipc/topsrv.c:155\n process_one_work+0x864/0x1570 kernel/workqueue.c:2153\n worker_thread+0x64c/0x1130 kernel/workqueue.c:2296\n kthread+0x33f/0x460 kernel/kthread.c:259\n ret_from_fork+0x24/0x30 arch/x86/entry/entry_64.S:415\n\nThe buggy address belongs to the object at ffff888099305a00\n which belongs to the cache kmalloc-512 of size 512\nThe buggy address is located 8 bytes inside of\n 512-byte region [ffff888099305a00, ffff888099305c00)\nThe buggy address belongs to the page:\npage:ffffea000264c140 count:1 mapcount:0 mapping:ffff88813bff0940 index:0x0\nflags: 0xfff00000000100(slab)\nraw: 00fff00000000100 ffffea00028b6b88 ffffea0002cd2b08 ffff88813bff0940\nraw: 0000000000000000 ffff888099305000 0000000100000006 0000000000000000\npage dumped because: kasan: bad access detected\n\nMemory state around the buggy address:\n ffff888099305900: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb\n ffff888099305980: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc\n\u003effff888099305a00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb\n ^\n ffff888099305a80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb\n ffff888099305b00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: tipc: Fix use-after-free in tipc_conn_close()", "title": "Vulnerability summary" }, { "category": "other", "text": "A Use-After-Free vulnerability was found in tipc_conn_close() in the TIPC subsystem during the cleanup of network namespaces. The race condition between tipc_topsrv_stop() and tipc_conn_recv_work() could result in accessing a freed tipc_conn structure, leading to kernel crash or potential memory corruption. The bug was triggered by syzbot and fixed by ensuring proper reference counting.\n\nThe most straightforward exploitation scenario is a local Denial of Service (DoS), where an unprivileged user with the ability to create user and network namespaces spawns TIPC connections and then triggers network namespace teardown, creating a race condition that causes a use-after-free in tipc_conn_close(). This reliably leads to a kernel panic.\n\nA hypothetical future scenario involves local privilege escalation, if the attacker can win the race and reallocate the freed object in a controlled way (e.g., via kmalloc-512 slab reusage), leading to memory corruption or hijacking of kernel control flow.\n\nImportantly, this can be triggered without root privileges if the system allows unprivileged creation of user and net namespaces, which is the case on many Linux distributions (/proc/sys/user/max_user_namespaces \u003e 0 and kernel.unprivileged_userns_clone=1).\nIn such environments, a regular user can execute the TIPC socket creation, manipulate netns teardown, and provoke the race condition required for exploitation.", "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.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-38464" }, { "category": "external", "summary": "RHBZ#2383509", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2383509" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38464", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38464" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38464", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38464" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025072508-CVE-2025-38464-44a1@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025072508-CVE-2025-38464-44a1@gregkh/T" } ], "release_date": "2025-07-25T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-09-02T01:50:49+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.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:14985" }, { "category": "workaround", "details": "To mitigate this issue, prevent module tipc 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.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:H", "version": "3.1" }, "products": [ "BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.E4S:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-ppc64le-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.ppc64le", "BaseOS-8.8.0.Z.E4S:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:bpftool-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.src", "BaseOS-8.8.0.Z.TUS:kernel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-abi-stablelists-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-core-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debug-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-debuginfo-common-x86_64-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-devel-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-doc-0:4.18.0-477.108.1.el8_8.noarch", "BaseOS-8.8.0.Z.TUS:kernel-modules-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-modules-extra-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:kernel-tools-libs-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-0:4.18.0-477.108.1.el8_8.x86_64", "BaseOS-8.8.0.Z.TUS:python3-perf-debuginfo-0:4.18.0-477.108.1.el8_8.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: tipc: Fix use-after-free in tipc_conn_close()" } ] }
rhsa-2025:13589
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: net/ipv6: release expired exception dst cached in socket (CVE-2024-56644)\n\n* kernel: padata: fix UAF in padata_reorder (CVE-2025-21727)\n\n* kernel: ipv6: mcast: extend RCU protection in igmp6_send() (CVE-2025-21759)\n\n* kernel: can: peak_usb: fix use after free bugs (CVE-2021-47670)\n\n* kernel: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race (CVE-2025-38085)\n\n* kernel: wifi: rtw88: fix the \u0027para\u0027 buffer size to avoid reading out of bounds (CVE-2025-38159)\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:13589", "url": "https://access.redhat.com/errata/RHSA-2025:13589" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2334551", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2334551" }, { "category": "external", "summary": "2348516", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348516" }, { "category": "external", "summary": "2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "2360786", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360786" }, { "category": "external", "summary": "2375304", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2375304" }, { "category": "external", "summary": "2376064", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376064" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_13589.json" } ], "title": "Red Hat Security Advisory: kernel security update", "tracking": { "current_release_date": "2025-10-09T21:48:34+00:00", "generator": { "date": "2025-10-09T21:48:34+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.6.9" } }, "id": "RHSA-2025:13589", "initial_release_date": "2025-08-11T09:52:50+00:00", "revision_history": [ { "date": "2025-08-11T09:52:50+00:00", "number": "1", "summary": "Initial version" }, { "date": "2025-09-22T14:31:39+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2025-10-09T21:48:34+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.69.1.el8_10.aarch64", "product": { "name": "bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "kernel-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "kernel-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "perf-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "perf-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "perf-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-553.69.1.el8_10?arch=aarch64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "product": { "name": "kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "product_id": "kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-553.69.1.el8_10?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "perf-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "perf-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-553.69.1.el8_10?arch=ppc64le" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "product": { "name": "kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "product_id": "kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-553.69.1.el8_10?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "kernel-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "kernel-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "perf-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "perf-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "perf-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-553.69.1.el8_10?arch=x86_64" } } }, { "category": "product_version", "name": "kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "product": { "name": "kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "product_id": "kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-553.69.1.el8_10?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "bpftool-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "bpftool-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "bpftool-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-core@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-core@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-devel@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-devel@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-modules-extra@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-core@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-devel@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "perf-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "perf-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "perf-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-debuginfo-common-s390x@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/perf-debuginfo@4.18.0-553.69.1.el8_10?arch=s390x" } } }, { "category": "product_version", "name": "python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product": { "name": "python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product_id": "python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-553.69.1.el8_10?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "kernel-0:4.18.0-553.69.1.el8_10.src", "product": { "name": "kernel-0:4.18.0-553.69.1.el8_10.src", "product_id": "kernel-0:4.18.0-553.69.1.el8_10.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel@4.18.0-553.69.1.el8_10?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "product": { "name": "kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "product_id": "kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-abi-stablelists@4.18.0-553.69.1.el8_10?arch=noarch" } } }, { "category": "product_version", "name": "kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "product": { "name": "kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "product_id": "kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/kernel-doc@4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "bpftool-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "bpftool-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "bpftool-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "bpftool-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "bpftool-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "bpftool-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "bpftool-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "bpftool-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-0:4.18.0-553.69.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.69.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.69.1.el8_10.src" }, "product_reference": "kernel-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-0:4.18.0-553.69.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.69.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.69.1.el8_10.noarch" }, "product_reference": "kernel-abi-stablelists-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-core-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-core-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-core-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-core-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-debug-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-debug-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-debug-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-debug-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-debug-core-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-debug-core-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-debug-core-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-debug-core-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-debug-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-debug-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-debug-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-debug-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-debug-modules-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-debug-modules-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-debug-modules-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-debug-modules-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.noarch" }, "product_reference": "kernel-doc-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-modules-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-modules-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-modules-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-modules-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-modules-extra-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-modules-extra-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-modules-extra-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-modules-extra-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-tools-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-tools-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-tools-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-tools-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-tools-libs-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-tools-libs-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-tools-libs-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-zfcpdump-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-zfcpdump-core-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "perf-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "perf-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "perf-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "perf-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "perf-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "perf-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "perf-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "perf-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "python3-perf-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "python3-perf-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "python3-perf-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "python3-perf-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "bpftool-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "bpftool-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "bpftool-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "bpftool-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "bpftool-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "bpftool-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "bpftool-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "bpftool-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-0:4.18.0-553.69.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.69.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.69.1.el8_10.src" }, "product_reference": "kernel-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-0:4.18.0-553.69.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.69.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.69.1.el8_10.noarch" }, "product_reference": "kernel-abi-stablelists-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-core-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-core-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-core-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-core-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-debug-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-debug-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-debug-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-debug-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-debug-core-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-debug-core-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-debug-core-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-debug-core-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-debug-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-debug-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-debug-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-debug-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-debug-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-debug-modules-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-debug-modules-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-debug-modules-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-debug-modules-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-debug-modules-extra-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-debuginfo-common-aarch64-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-debuginfo-common-s390x-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-debuginfo-common-x86_64-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.noarch" }, "product_reference": "kernel-doc-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-modules-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-modules-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-modules-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-modules-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-modules-extra-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-modules-extra-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-modules-extra-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-modules-extra-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-tools-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-tools-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-tools-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-tools-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-tools-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-tools-libs-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-tools-libs-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-tools-libs-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "kernel-tools-libs-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "kernel-tools-libs-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "kernel-tools-libs-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-zfcpdump-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-zfcpdump-core-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-zfcpdump-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-zfcpdump-devel-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-zfcpdump-modules-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "kernel-zfcpdump-modules-extra-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "perf-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "perf-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "perf-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "perf-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "perf-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "perf-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "perf-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "perf-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "python3-perf-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "python3-perf-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "python3-perf-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "python3-perf-0:4.18.0-553.69.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.69.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.69.1.el8_10.aarch64" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.ppc64le" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.s390x" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-553.69.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.69.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.69.1.el8_10.x86_64" }, "product_reference": "python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "relates_to_product_reference": "CRB-8.10.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-47670", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-04-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2360786" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\ncan: peak_usb: fix use after free bugs\n\nAfter calling peak_usb_netif_rx_ni(skb), dereferencing skb is unsafe.\nEspecially, the can_frame cf which aliases skb memory is accessed\nafter the peak_usb_netif_rx_ni().\n\nReordering the lines solves the issue.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: can: peak_usb: fix use after free bugs", "title": "Vulnerability summary" }, { "category": "other", "text": "An unprivileged user with device access could potentially trigger a use-after-free vulnerability. However, this would require them to interact with the CAN device in a highly specific and difficult-to-automate manner to create the necessary conditions within the kernel driver.", "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.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2021-47670" }, { "category": "external", "summary": "RHBZ#2360786", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2360786" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2021-47670", "url": "https://www.cve.org/CVERecord?id=CVE-2021-47670" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2021-47670", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-47670" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025041734-CVE-2021-47670-2b77@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025041734-CVE-2021-47670-2b77@gregkh/T" } ], "release_date": "2025-04-17T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-11T09:52:50+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.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:13589" } ], "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.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: can: peak_usb: fix use after free bugs" }, { "cve": "CVE-2024-56644", "cwe": { "id": "CWE-401", "name": "Missing Release of Memory after Effective Lifetime" }, "discovery_date": "2024-12-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2334551" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/ipv6: release expired exception dst cached in socket\n\nDst objects get leaked in ip6_negative_advice() when this function is\nexecuted for an expired IPv6 route located in the exception table. There\nare several conditions that must be fulfilled for the leak to occur:\n* an ICMPv6 packet indicating a change of the MTU for the path is received,\n resulting in an exception dst being created\n* a TCP connection that uses the exception dst for routing packets must\n start timing out so that TCP begins retransmissions\n* after the exception dst expires, the FIB6 garbage collector must not run\n before TCP executes ip6_negative_advice() for the expired exception dst\n\nWhen TCP executes ip6_negative_advice() for an exception dst that has\nexpired and if no other socket holds a reference to the exception dst, the\nrefcount of the exception dst is 2, which corresponds to the increment\nmade by dst_init() and the increment made by the TCP socket for which the\nconnection is timing out. The refcount made by the socket is never\nreleased. The refcount of the dst is decremented in sk_dst_reset() but\nthat decrement is counteracted by a dst_hold() intentionally placed just\nbefore the sk_dst_reset() in ip6_negative_advice(). After\nip6_negative_advice() has finished, there is no other object tied to the\ndst. The socket lost its reference stored in sk_dst_cache and the dst is\nno longer in the exception table. The exception dst becomes a leaked\nobject.\n\nAs a result of this dst leak, an unbalanced refcount is reported for the\nloopback device of a net namespace being destroyed under kernels that do\nnot contain e5f80fcf869a (\"ipv6: give an IPv6 dev to blackhole_netdev\"):\nunregister_netdevice: waiting for lo to become free. Usage count = 2\n\nFix the dst leak by removing the dst_hold() in ip6_negative_advice(). The\npatch that introduced the dst_hold() in ip6_negative_advice() was\n92f1655aa2b22 (\"net: fix __dst_negative_advice() race\"). But 92f1655aa2b22\nmerely refactored the code with regards to the dst refcount so the issue\nwas present even before 92f1655aa2b22. The bug was introduced in\n54c1a859efd9f (\"ipv6: Don\u0027t drop cache route entry unless timer actually\nexpired.\") where the expired cached route is deleted and the sk_dst_cache\nmember of the socket is set to NULL by calling dst_negative_advice() but\nthe refcount belonging to the socket is left unbalanced.\n\nThe IPv4 version - ipv4_negative_advice() - is not affected by this bug.\nWhen the TCP connection times out ipv4_negative_advice() merely resets the\nsk_dst_cache of the socket while decrementing the refcount of the\nexception dst.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: net/ipv6: release expired exception dst cached in socket", "title": "Vulnerability summary" }, { "category": "other", "text": "The bug leads to a memory leak of IPv6 cached route entries (dst) under specific timing conditions involving ICMPv6-triggered exceptions and TCP retransmissions. While it does not allow privilege escalation or kernel crashes, it may prevent cleanup of network namespaces, leading to resource exhaustion in long-running systems.", "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.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2024-56644" }, { "category": "external", "summary": "RHBZ#2334551", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2334551" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2024-56644", "url": "https://www.cve.org/CVERecord?id=CVE-2024-56644" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-56644", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-56644" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2024122737-CVE-2024-56644-83c2@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2024122737-CVE-2024-56644-83c2@gregkh/T" } ], "release_date": "2024-12-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-11T09:52:50+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.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:13589" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 4.7, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: net/ipv6: release expired exception dst cached in socket" }, { "cve": "CVE-2025-21727", "cwe": { "id": "CWE-820", "name": "Missing Synchronization" }, "discovery_date": "2025-02-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2348516" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\npadata: fix UAF in padata_reorder\n\nA bug was found when run ltp test:\n\nBUG: KASAN: slab-use-after-free in padata_find_next+0x29/0x1a0\nRead of size 4 at addr ffff88bbfe003524 by task kworker/u113:2/3039206\n\nCPU: 0 PID: 3039206 Comm: kworker/u113:2 Kdump: loaded Not tainted 6.6.0+\nWorkqueue: pdecrypt_parallel padata_parallel_worker\nCall Trace:\n\u003cTASK\u003e\ndump_stack_lvl+0x32/0x50\nprint_address_description.constprop.0+0x6b/0x3d0\nprint_report+0xdd/0x2c0\nkasan_report+0xa5/0xd0\npadata_find_next+0x29/0x1a0\npadata_reorder+0x131/0x220\npadata_parallel_worker+0x3d/0xc0\nprocess_one_work+0x2ec/0x5a0\n\nIf \u0027mdelay(10)\u0027 is added before calling \u0027padata_find_next\u0027 in the\n\u0027padata_reorder\u0027 function, this issue could be reproduced easily with\nltp test (pcrypt_aead01).\n\nThis can be explained as bellow:\n\npcrypt_aead_encrypt\n...\npadata_do_parallel\nrefcount_inc(\u0026pd-\u003erefcnt); // add refcnt\n...\npadata_do_serial\npadata_reorder // pd\nwhile (1) {\npadata_find_next(pd, true); // using pd\nqueue_work_on\n...\npadata_serial_worker\t\t\t\tcrypto_del_alg\npadata_put_pd_cnt // sub refcnt\n\t\t\t\t\t\tpadata_free_shell\n\t\t\t\t\t\tpadata_put_pd(ps-\u003epd);\n\t\t\t\t\t\t// pd is freed\n// loop again, but pd is freed\n// call padata_find_next, UAF\n}\n\nIn the padata_reorder function, when it loops in \u0027while\u0027, if the alg is\ndeleted, the refcnt may be decreased to 0 before entering\n\u0027padata_find_next\u0027, which leads to UAF.\n\nAs mentioned in [1], do_serial is supposed to be called with BHs disabled\nand always happen under RCU protection, to address this issue, add\nsynchronize_rcu() in \u0027padata_free_shell\u0027 wait for all _do_serial calls\nto finish.\n\n[1] https://lore.kernel.org/all/20221028160401.cccypv4euxikusiq@parnassus.localdomain/\n[2] https://lore.kernel.org/linux-kernel/jfjz5d7zwbytztackem7ibzalm5lnxldi2eofeiczqmqs2m7o6@fq426cwnjtkm/", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: padata: fix UAF in padata_reorder", "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.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21727" }, { "category": "external", "summary": "RHBZ#2348516", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348516" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21727", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21727" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21727", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21727" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022648-CVE-2025-21727-b034@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022648-CVE-2025-21727-b034@gregkh/T" } ], "release_date": "2025-02-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-11T09:52:50+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.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:13589" } ], "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.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: padata: fix UAF in padata_reorder" }, { "cve": "CVE-2025-21759", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "discovery_date": "2025-02-27T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2348596" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: mcast: extend RCU protection in igmp6_send()\n\nigmp6_send() can be called without RTNL or RCU being held.\n\nExtend RCU protection so that we can safely fetch the net pointer\nand avoid a potential UAF.\n\nNote that we no longer can use sock_alloc_send_skb() because\nipv6.igmp_sk uses GFP_KERNEL allocations which can sleep.\n\nInstead use alloc_skb() and charge the net-\u003eipv6.igmp_sk\nsocket under RCU protection.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()", "title": "Vulnerability summary" }, { "category": "other", "text": "The patch extends RCU protection in igmp6_send() to prevent a potential use-after-free (UAF) when accessing net-\u003eipv6.igmp_sk. This function could be invoked without holding RTNL or RCU, making concurrent access unsafe in network namespace contexts. The fix replaces sock_alloc_send_skb() with alloc_skb() and sets the owner under RCU to ensure safe allocation. The bug actual only if IPV6 being used and IGMPv6 (Internet Group Management Protocol for IPv6) being used too. The security impact is limited, because no known way to trigger the bug (see in the patch description: \"Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF\").", "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.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-21759" }, { "category": "external", "summary": "RHBZ#2348596", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2348596" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-21759", "url": "https://www.cve.org/CVERecord?id=CVE-2025-21759" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/T" } ], "release_date": "2025-02-27T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-11T09:52:50+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.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:13589" }, { "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": [ "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.6, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: ipv6: mcast: extend RCU protection in igmp6_send()" }, { "cve": "CVE-2025-38085", "cwe": { "id": "CWE-200", "name": "Exposure of Sensitive Information to an Unauthorized Actor" }, "discovery_date": "2025-06-28T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2375304" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nmm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race\n\nhuge_pmd_unshare() drops a reference on a page table that may have\npreviously been shared across processes, potentially turning it into a\nnormal page table used in another process in which unrelated VMAs can\nafterwards be installed.\n\nIf this happens in the middle of a concurrent gup_fast(), gup_fast() could\nend up walking the page tables of another process. While I don\u0027t see any\nway in which that immediately leads to kernel memory corruption, it is\nreally weird and unexpected.\n\nFix it with an explicit broadcast IPI through tlb_remove_table_sync_one(),\njust like we do in khugepaged when removing page tables for a THP\ncollapse.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race", "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.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-38085" }, { "category": "external", "summary": "RHBZ#2375304", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2375304" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38085", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38085" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38085", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38085" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025062836-CVE-2025-38085-8075@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025062836-CVE-2025-38085-8075@gregkh/T" } ], "release_date": "2025-06-28T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-11T09:52:50+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.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:13589" } ], "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.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race" }, { "cve": "CVE-2025-38159", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2025-07-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2376064" } ], "notes": [ { "category": "description", "text": "In the Linux kernel, the following vulnerability has been resolved:\n\nwifi: rtw88: fix the \u0027para\u0027 buffer size to avoid reading out of bounds\n\nSet the size to 6 instead of 2, since \u0027para\u0027 array is passed to\n\u0027rtw_fw_bt_wifi_control(rtwdev, para[0], \u0026para[1])\u0027, which reads\n5 bytes:\n\nvoid rtw_fw_bt_wifi_control(struct rtw_dev *rtwdev, u8 op_code, u8 *data)\n{\n ...\n SET_BT_WIFI_CONTROL_DATA1(h2c_pkt, *data);\n SET_BT_WIFI_CONTROL_DATA2(h2c_pkt, *(data + 1));\n ...\n SET_BT_WIFI_CONTROL_DATA5(h2c_pkt, *(data + 4));\n\nDetected using the static analysis tool - Svace.", "title": "Vulnerability description" }, { "category": "summary", "text": "kernel: wifi: rtw88: fix the \u0027para\u0027 buffer size to avoid reading out of bounds", "title": "Vulnerability summary" }, { "category": "other", "text": "The bug in the rtw88 driver causes an out-of-bounds read due to incorrect buffer size (para[2] instead of the required para[6]). Since the buffer is passed to rtw_fw_bt_wifi_control(), which accesses up to 5 additional bytes, this can lead to memory disclosure or a kernel crash. This issue can be triggered by local users with the ability to manipulate Bluetooth/Wi-Fi coexistence settings.", "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.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2025-38159" }, { "category": "external", "summary": "RHBZ#2376064", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2376064" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2025-38159", "url": "https://www.cve.org/CVERecord?id=CVE-2025-38159" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-38159", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-38159" }, { "category": "external", "summary": "https://lore.kernel.org/linux-cve-announce/2025070339-CVE-2025-38159-0c95@gregkh/T", "url": "https://lore.kernel.org/linux-cve-announce/2025070339-CVE-2025-38159-0c95@gregkh/T" } ], "release_date": "2025-07-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2025-08-11T09:52:50+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.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64" ], "restart_required": { "category": "machine" }, "url": "https://access.redhat.com/errata/RHSA-2025:13589" }, { "category": "workaround", "details": "To mitigate this issue, prevent module rtw88 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.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64" ] } ], "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.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "BaseOS-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:bpftool-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.src", "CRB-8.10.0.Z.MAIN.EUS:kernel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-abi-stablelists-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-core-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debug-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-aarch64-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-ppc64le-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-s390x-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-debuginfo-common-x86_64-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-doc-0:4.18.0-553.69.1.el8_10.noarch", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-modules-extra-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:kernel-tools-libs-devel-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-core-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-devel-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:kernel-zfcpdump-modules-extra-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-0:4.18.0-553.69.1.el8_10.x86_64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.aarch64", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.ppc64le", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.s390x", "CRB-8.10.0.Z.MAIN.EUS:python3-perf-debuginfo-0:4.18.0-553.69.1.el8_10.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "kernel: wifi: rtw88: fix the \u0027para\u0027 buffer size to avoid reading out of bounds" } ] }
wid-sec-w-2025-2043
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "IBM QRadar Security Information and Event Management (SIEM) bietet Unterst\u00fctzung bei der Erkennung und Priorisierung von Sicherheitsbedrohungen im Unternehmen.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um beliebigen Programmcode auszuf\u00fchren, einen Denial of Service Zustand zu erzeugen, um Dateien zu manipulieren und um nicht n\u00e4cher spezifizierte Auswirkungen zu erzielen..", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2025-2043 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-2043.json" }, { "category": "self", "summary": "WID-SEC-2025-2043 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-2043" }, { "category": "external", "summary": "IBM Security Bulletin 7244784 vom 2025-09-12", "url": "https://www.ibm.com/support/pages/node/7244784" }, { "category": "external", "summary": "IBM Security Bulletin 7244786 vom 2025-09-12", "url": "https://www.ibm.com/support/pages/node/7244786" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:17161 vom 2025-10-01", "url": "https://access.redhat.com/errata/RHSA-2025:17161" } ], "source_lang": "en-US", "title": "IBM QRadar SIEM: Mehrere Schwachstellen", "tracking": { "current_release_date": "2025-10-01T22:00:00.000+00:00", "generator": { "date": "2025-10-02T08:18:55.515+00:00", "engine": { "name": "BSI-WID", "version": "1.4.0" } }, "id": "WID-SEC-W-2025-2043", "initial_release_date": "2025-09-11T22:00:00.000+00:00", "revision_history": [ { "date": "2025-09-11T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2025-09-14T22:00:00.000+00:00", "number": "2", "summary": "Referenz(en) aufgenommen: EUVD-2025-29120" }, { "date": "2025-10-01T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Red Hat aufgenommen" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c7.5.0 UP13 IF02", "product": { "name": "IBM QRadar SIEM \u003c7.5.0 UP13 IF02", "product_id": "T046961" } }, { "category": "product_version", "name": "7.5.0 UP13 IF02", "product": { "name": "IBM QRadar SIEM 7.5.0 UP13 IF02", "product_id": "T046961-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:qradar_siem:7.5.0:up13_if02" } } } ], "category": "product_name", "name": "QRadar SIEM" } ], "category": "vendor", "name": "IBM" }, { "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" } ] }, "vulnerabilities": [ { "cve": "CVE-2021-47670", "product_status": { "known_affected": [ "67646", "T046961" ] }, "release_date": "2025-09-11T22:00:00.000+00:00", "title": "CVE-2021-47670" }, { "cve": "CVE-2023-49083", "product_status": { "known_affected": [ "67646", "T046961" ] }, "release_date": "2025-09-11T22:00:00.000+00:00", "title": "CVE-2023-49083" }, { "cve": "CVE-2024-56644", "product_status": { "known_affected": [ "67646", "T046961" ] }, "release_date": "2025-09-11T22:00:00.000+00:00", "title": "CVE-2024-56644" }, { "cve": "CVE-2025-21727", "product_status": { "known_affected": [ "67646", "T046961" ] }, "release_date": "2025-09-11T22:00:00.000+00:00", "title": "CVE-2025-21727" }, { "cve": "CVE-2025-21759", "product_status": { "known_affected": [ "67646", "T046961" ] }, "release_date": "2025-09-11T22:00:00.000+00:00", "title": "CVE-2025-21759" }, { "cve": "CVE-2025-22058", "product_status": { "known_affected": [ "67646", "T046961" ] }, "release_date": "2025-09-11T22:00:00.000+00:00", "title": "CVE-2025-22058" }, { "cve": "CVE-2025-22097", "product_status": { "known_affected": [ "67646", "T046961" ] }, "release_date": "2025-09-11T22:00:00.000+00:00", "title": "CVE-2025-22097" }, { "cve": "CVE-2025-37914", "product_status": { "known_affected": [ "67646", "T046961" ] }, "release_date": "2025-09-11T22:00:00.000+00:00", "title": "CVE-2025-37914" }, { "cve": "CVE-2025-38085", "product_status": { "known_affected": [ "67646", "T046961" ] }, "release_date": "2025-09-11T22:00:00.000+00:00", "title": "CVE-2025-38085" }, { "cve": "CVE-2025-38159", "product_status": { "known_affected": [ "67646", "T046961" ] }, "release_date": "2025-09-11T22:00:00.000+00:00", "title": "CVE-2025-38159" }, { "cve": "CVE-2025-38200", "product_status": { "known_affected": [ "67646", "T046961" ] }, "release_date": "2025-09-11T22:00:00.000+00:00", "title": "CVE-2025-38200" }, { "cve": "CVE-2025-38250", "product_status": { "known_affected": [ "67646", "T046961" ] }, "release_date": "2025-09-11T22:00:00.000+00:00", "title": "CVE-2025-38250" }, { "cve": "CVE-2025-38380", "product_status": { "known_affected": [ "67646", "T046961" ] }, "release_date": "2025-09-11T22:00:00.000+00:00", "title": "CVE-2025-38380" }, { "cve": "CVE-2025-5914", "product_status": { "known_affected": [ "67646", "T046961" ] }, "release_date": "2025-09-11T22:00:00.000+00:00", "title": "CVE-2025-5914" }, { "cve": "CVE-2025-5994", "product_status": { "known_affected": [ "67646", "T046961" ] }, "release_date": "2025-09-11T22:00:00.000+00:00", "title": "CVE-2025-5994" }, { "cve": "CVE-2025-6020", "product_status": { "known_affected": [ "67646", "T046961" ] }, "release_date": "2025-09-11T22:00:00.000+00:00", "title": "CVE-2025-6020" }, { "cve": "CVE-2025-6032", "product_status": { "known_affected": [ "67646", "T046961" ] }, "release_date": "2025-09-11T22:00:00.000+00:00", "title": "CVE-2025-6032" }, { "cve": "CVE-2025-8194", "product_status": { "known_affected": [ "67646", "T046961" ] }, "release_date": "2025-09-11T22:00:00.000+00:00", "title": "CVE-2025-8194" }, { "cve": "CVE-2025-0164", "product_status": { "known_affected": [ "67646", "T046961" ] }, "release_date": "2025-09-11T22:00:00.000+00:00", "title": "CVE-2025-0164" } ] }
wid-sec-w-2025-0453
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 entfernter Angreifer kann mehrere Schwachstellen im Linux Kernel ausnutzen um die Vertraulichkeit, Integrit\u00e4t und Verf\u00fcgbarkeit zu gef\u00e4hrden.", "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-0453 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-0453.json" }, { "category": "self", "summary": "WID-SEC-2025-0453 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-0453" }, { "category": "external", "summary": "Kernel CVE Announce Mailingliste", "url": "https://lore.kernel.org/linux-cve-announce/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2022-49732", "url": "https://lore.kernel.org/linux-cve-announce/2025022619-CVE-2022-49732-fc0d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-49570", "url": "https://lore.kernel.org/linux-cve-announce/2025022601-CVE-2024-49570-d2e7@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-52557", "url": "https://lore.kernel.org/linux-cve-announce/2025022602-CVE-2024-52557-506d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-52559", "url": "https://lore.kernel.org/linux-cve-announce/2025022602-CVE-2024-52559-6125@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-52560", "url": "https://lore.kernel.org/linux-cve-announce/2025022602-CVE-2024-52560-8446@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-54456", "url": "https://lore.kernel.org/linux-cve-announce/2025022602-CVE-2024-54456-e8a9@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-54458", "url": "https://lore.kernel.org/linux-cve-announce/2025022602-CVE-2024-54458-75cd@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57834", "url": "https://lore.kernel.org/linux-cve-announce/2025022602-CVE-2024-57834-f004@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57852", "url": "https://lore.kernel.org/linux-cve-announce/2025022603-CVE-2024-57852-f942@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57953", "url": "https://lore.kernel.org/linux-cve-announce/2025022631-CVE-2024-57953-9830@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57973", "url": "https://lore.kernel.org/linux-cve-announce/2025022632-CVE-2024-57973-8797@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57974", "url": "https://lore.kernel.org/linux-cve-announce/2025022632-CVE-2024-57974-189e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57975", "url": "https://lore.kernel.org/linux-cve-announce/2025022633-CVE-2024-57975-e1c7@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57976", "url": "https://lore.kernel.org/linux-cve-announce/2025022633-CVE-2024-57976-10f5@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57977", "url": "https://lore.kernel.org/linux-cve-announce/2025022633-CVE-2024-57977-88ac@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57978", "url": "https://lore.kernel.org/linux-cve-announce/2025022634-CVE-2024-57978-2a90@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57979", "url": "https://lore.kernel.org/linux-cve-announce/2025022634-CVE-2024-57979-aad0@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57980", "url": "https://lore.kernel.org/linux-cve-announce/2025022634-CVE-2024-57980-4b5a@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57981", "url": "https://lore.kernel.org/linux-cve-announce/2025022635-CVE-2024-57981-bba6@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57982", "url": "https://lore.kernel.org/linux-cve-announce/2025022635-CVE-2024-57982-c76a@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57983", "url": "https://lore.kernel.org/linux-cve-announce/2025022635-CVE-2024-57983-d9c0@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57984", "url": "https://lore.kernel.org/linux-cve-announce/2025022636-CVE-2024-57984-191f@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57985", "url": "https://lore.kernel.org/linux-cve-announce/2025022636-CVE-2024-57985-1f49@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57986", "url": "https://lore.kernel.org/linux-cve-announce/2025022636-CVE-2024-57986-6166@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57987", "url": "https://lore.kernel.org/linux-cve-announce/2025022637-CVE-2024-57987-09a3@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57988", "url": "https://lore.kernel.org/linux-cve-announce/2025022637-CVE-2024-57988-db3b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57989", "url": "https://lore.kernel.org/linux-cve-announce/2025022638-CVE-2024-57989-0a14@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57990", "url": "https://lore.kernel.org/linux-cve-announce/2025022638-CVE-2024-57990-67dc@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57991", "url": "https://lore.kernel.org/linux-cve-announce/2025022638-CVE-2024-57991-a3e1@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57992", "url": "https://lore.kernel.org/linux-cve-announce/2025022639-CVE-2024-57992-fa9c@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57993", "url": "https://lore.kernel.org/linux-cve-announce/2025022639-CVE-2024-57993-e136@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57994", "url": "https://lore.kernel.org/linux-cve-announce/2025022639-CVE-2024-57994-8dbd@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57995", "url": "https://lore.kernel.org/linux-cve-announce/2025022640-CVE-2024-57995-892d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57996", "url": "https://lore.kernel.org/linux-cve-announce/2025022640-CVE-2024-57996-b670@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57997", "url": "https://lore.kernel.org/linux-cve-announce/2025022640-CVE-2024-57997-a004@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57998", "url": "https://lore.kernel.org/linux-cve-announce/2025022641-CVE-2024-57998-e730@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-57999", "url": "https://lore.kernel.org/linux-cve-announce/2025022641-CVE-2024-57999-1029@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58000", "url": "https://lore.kernel.org/linux-cve-announce/2025022642-CVE-2024-58000-4f74@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58001", "url": "https://lore.kernel.org/linux-cve-announce/2025022654-CVE-2024-58001-3f9c@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58002", "url": "https://lore.kernel.org/linux-cve-announce/2025022654-CVE-2024-58002-6f93@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58003", "url": "https://lore.kernel.org/linux-cve-announce/2025022655-CVE-2024-58003-2b9b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58004", "url": "https://lore.kernel.org/linux-cve-announce/2025022655-CVE-2024-58004-cf99@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58005", "url": "https://lore.kernel.org/linux-cve-announce/2025022655-CVE-2024-58005-f2fa@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58006", "url": "https://lore.kernel.org/linux-cve-announce/2025022655-CVE-2024-58006-9855@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58007", "url": "https://lore.kernel.org/linux-cve-announce/2025022655-CVE-2024-58007-123c@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58008", "url": "https://lore.kernel.org/linux-cve-announce/2025022656-CVE-2024-58008-548d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58009", "url": "https://lore.kernel.org/linux-cve-announce/2025022656-CVE-2024-58009-b2d2@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58010", "url": "https://lore.kernel.org/linux-cve-announce/2025022656-CVE-2024-58010-39bc@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58011", "url": "https://lore.kernel.org/linux-cve-announce/2025022656-CVE-2024-58011-5ed8@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58012", "url": "https://lore.kernel.org/linux-cve-announce/2025022656-CVE-2024-58012-90ce@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58013", "url": "https://lore.kernel.org/linux-cve-announce/2025022656-CVE-2024-58013-55de@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58014", "url": "https://lore.kernel.org/linux-cve-announce/2025022657-CVE-2024-58014-6269@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58015", "url": "https://lore.kernel.org/linux-cve-announce/2025022657-CVE-2024-58015-f72e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58016", "url": "https://lore.kernel.org/linux-cve-announce/2025022657-CVE-2024-58016-115b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58017", "url": "https://lore.kernel.org/linux-cve-announce/2025022657-CVE-2024-58017-fb48@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58018", "url": "https://lore.kernel.org/linux-cve-announce/2025022657-CVE-2024-58018-605c@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58019", "url": "https://lore.kernel.org/linux-cve-announce/2025022658-CVE-2024-58019-64da@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58020", "url": "https://lore.kernel.org/linux-cve-announce/2025022603-CVE-2024-58020-a097@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2024-58021", "url": "https://lore.kernel.org/linux-cve-announce/2025022603-CVE-2024-58021-0769@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21705", "url": "https://lore.kernel.org/linux-cve-announce/2025022642-CVE-2025-21705-c7e5@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21706", "url": "https://lore.kernel.org/linux-cve-announce/2025022642-CVE-2025-21706-f5bd@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21707", "url": "https://lore.kernel.org/linux-cve-announce/2025022643-CVE-2025-21707-2961@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21708", "url": "https://lore.kernel.org/linux-cve-announce/2025022643-CVE-2025-21708-77ac@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21709", "url": "https://lore.kernel.org/linux-cve-announce/2025022643-CVE-2025-21709-e967@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21710", "url": "https://lore.kernel.org/linux-cve-announce/2025022644-CVE-2025-21710-5e28@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21711", "url": "https://lore.kernel.org/linux-cve-announce/2025022644-CVE-2025-21711-9e79@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21712", "url": "https://lore.kernel.org/linux-cve-announce/2025022644-CVE-2025-21712-8345@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21713", "url": "https://lore.kernel.org/linux-cve-announce/2025022645-CVE-2025-21713-4c72@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21714", "url": "https://lore.kernel.org/linux-cve-announce/2025022645-CVE-2025-21714-8169@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21715", "url": "https://lore.kernel.org/linux-cve-announce/2025022645-CVE-2025-21715-2837@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21716", "url": "https://lore.kernel.org/linux-cve-announce/2025022646-CVE-2025-21716-3afa@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21717", "url": "https://lore.kernel.org/linux-cve-announce/2025022646-CVE-2025-21717-3893@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21718", "url": "https://lore.kernel.org/linux-cve-announce/2025022646-CVE-2025-21718-d976@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21719", "url": "https://lore.kernel.org/linux-cve-announce/2025022646-CVE-2025-21719-dbee@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21720", "url": "https://lore.kernel.org/linux-cve-announce/2025022647-CVE-2025-21720-063a@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21721", "url": "https://lore.kernel.org/linux-cve-announce/2025022647-CVE-2025-21721-28d2@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21722", "url": "https://lore.kernel.org/linux-cve-announce/2025022647-CVE-2025-21722-5415@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21723", "url": "https://lore.kernel.org/linux-cve-announce/2025022647-CVE-2025-21723-9f05@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21724", "url": "https://lore.kernel.org/linux-cve-announce/2025022647-CVE-2025-21724-f4b1@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21725", "url": "https://lore.kernel.org/linux-cve-announce/2025022647-CVE-2025-21725-3a4d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21726", "url": "https://lore.kernel.org/linux-cve-announce/2025022648-CVE-2025-21726-73b1@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21727", "url": "https://lore.kernel.org/linux-cve-announce/2025022648-CVE-2025-21727-b034@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21728", "url": "https://lore.kernel.org/linux-cve-announce/2025022648-CVE-2025-21728-5da4@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21729", "url": "https://lore.kernel.org/linux-cve-announce/2025022648-CVE-2025-21729-24e3@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21730", "url": "https://lore.kernel.org/linux-cve-announce/2025022648-CVE-2025-21730-5bfb@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21731", "url": "https://lore.kernel.org/linux-cve-announce/2025022649-CVE-2025-21731-c18b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21732", "url": "https://lore.kernel.org/linux-cve-announce/2025022658-CVE-2025-21732-e800@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21733", "url": "https://lore.kernel.org/linux-cve-announce/2025022658-CVE-2025-21733-f0b8@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21734", "url": "https://lore.kernel.org/linux-cve-announce/2025022658-CVE-2025-21734-ac40@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21735", "url": "https://lore.kernel.org/linux-cve-announce/2025022658-CVE-2025-21735-259b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21736", "url": "https://lore.kernel.org/linux-cve-announce/2025022659-CVE-2025-21736-6d94@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21737", "url": "https://lore.kernel.org/linux-cve-announce/2025022659-CVE-2025-21737-db6e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21738", "url": "https://lore.kernel.org/linux-cve-announce/2025022659-CVE-2025-21738-f502@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21739", "url": "https://lore.kernel.org/linux-cve-announce/2025022659-CVE-2025-21739-5578@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21740", "url": "https://lore.kernel.org/linux-cve-announce/2025022659-CVE-2025-21740-083e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21741", "url": "https://lore.kernel.org/linux-cve-announce/2025022600-CVE-2025-21741-cbfd@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21742", "url": "https://lore.kernel.org/linux-cve-announce/2025022600-CVE-2025-21742-7d50@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21743", "url": "https://lore.kernel.org/linux-cve-announce/2025022600-CVE-2025-21743-c67f@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21744", "url": "https://lore.kernel.org/linux-cve-announce/2025022600-CVE-2025-21744-2585@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21745", "url": "https://lore.kernel.org/linux-cve-announce/2025022600-CVE-2025-21745-19ee@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21746", "url": "https://lore.kernel.org/linux-cve-announce/2025022600-CVE-2025-21746-380d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21747", "url": "https://lore.kernel.org/linux-cve-announce/2025022601-CVE-2025-21747-a514@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21748", "url": "https://lore.kernel.org/linux-cve-announce/2025022601-CVE-2025-21748-c980@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21749", "url": "https://lore.kernel.org/linux-cve-announce/2025022601-CVE-2025-21749-cd11@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21750", "url": "https://lore.kernel.org/linux-cve-announce/2025022601-CVE-2025-21750-d10d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21751", "url": "https://lore.kernel.org/linux-cve-announce/2025022601-CVE-2025-21751-101c@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21752", "url": "https://lore.kernel.org/linux-cve-announce/2025022602-CVE-2025-21752-5815@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21753", "url": "https://lore.kernel.org/linux-cve-announce/2025022602-CVE-2025-21753-91bd@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21754", "url": "https://lore.kernel.org/linux-cve-announce/2025022602-CVE-2025-21754-9daa@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21755", "url": "https://lore.kernel.org/linux-cve-announce/2025022603-CVE-2025-21755-5887@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21756", "url": "https://lore.kernel.org/linux-cve-announce/2025022603-CVE-2025-21756-5e09@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21757", "url": "https://lore.kernel.org/linux-cve-announce/2025022603-CVE-2025-21757-912a@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21758", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21758-9f8c@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21759", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21759-ad7c@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21760", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21760-fb9d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21761", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21761-218b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21762", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21762-8b8d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21763", "url": "https://lore.kernel.org/linux-cve-announce/2025022604-CVE-2025-21763-dcff@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21764", "url": "https://lore.kernel.org/linux-cve-announce/2025022605-CVE-2025-21764-1061@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21765", "url": "https://lore.kernel.org/linux-cve-announce/2025022605-CVE-2025-21765-4d5e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21766", "url": "https://lore.kernel.org/linux-cve-announce/2025022605-CVE-2025-21766-a004@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21767", "url": "https://lore.kernel.org/linux-cve-announce/2025022605-CVE-2025-21767-4c7f@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21768", "url": "https://lore.kernel.org/linux-cve-announce/2025022605-CVE-2025-21768-512b@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21769", "url": "https://lore.kernel.org/linux-cve-announce/2025022605-CVE-2025-21769-c349@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21770", "url": "https://lore.kernel.org/linux-cve-announce/2025022606-CVE-2025-21770-d7e0@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21771", "url": "https://lore.kernel.org/linux-cve-announce/2025022606-CVE-2025-21771-6032@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21772", "url": "https://lore.kernel.org/linux-cve-announce/2025022606-CVE-2025-21772-5ec0@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21773", "url": "https://lore.kernel.org/linux-cve-announce/2025022606-CVE-2025-21773-2ee7@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21774", "url": "https://lore.kernel.org/linux-cve-announce/2025022606-CVE-2025-21774-26d5@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21775", "url": "https://lore.kernel.org/linux-cve-announce/2025022606-CVE-2025-21775-3137@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21776", "url": "https://lore.kernel.org/linux-cve-announce/2025022607-CVE-2025-21776-5581@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21777", "url": "https://lore.kernel.org/linux-cve-announce/2025022607-CVE-2025-21777-0c96@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21778", "url": "https://lore.kernel.org/linux-cve-announce/2025022607-CVE-2025-21778-9ae4@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21779", "url": "https://lore.kernel.org/linux-cve-announce/2025022607-CVE-2025-21779-f239@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21780", "url": "https://lore.kernel.org/linux-cve-announce/2025022607-CVE-2025-21780-8283@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21781", "url": "https://lore.kernel.org/linux-cve-announce/2025022607-CVE-2025-21781-7324@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21782", "url": "https://lore.kernel.org/linux-cve-announce/2025022608-CVE-2025-21782-9d97@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21783", "url": "https://lore.kernel.org/linux-cve-announce/2025022608-CVE-2025-21783-2714@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21784", "url": "https://lore.kernel.org/linux-cve-announce/2025022608-CVE-2025-21784-cd4e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21785", "url": "https://lore.kernel.org/linux-cve-announce/2025022608-CVE-2025-21785-184c@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21786", "url": "https://lore.kernel.org/linux-cve-announce/2025022608-CVE-2025-21786-f31d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21787", "url": "https://lore.kernel.org/linux-cve-announce/2025022608-CVE-2025-21787-c4f2@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21788", "url": "https://lore.kernel.org/linux-cve-announce/2025022609-CVE-2025-21788-2619@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21789", "url": "https://lore.kernel.org/linux-cve-announce/2025022609-CVE-2025-21789-9691@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21790", "url": "https://lore.kernel.org/linux-cve-announce/2025022609-CVE-2025-21790-af3e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21791", "url": "https://lore.kernel.org/linux-cve-announce/2025022609-CVE-2025-21791-6074@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21792", "url": "https://lore.kernel.org/linux-cve-announce/2025022609-CVE-2025-21792-d8e8@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21793", "url": "https://lore.kernel.org/linux-cve-announce/2025022609-CVE-2025-21793-2c1e@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21794", "url": "https://lore.kernel.org/linux-cve-announce/2025022610-CVE-2025-21794-ddde@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21795", "url": "https://lore.kernel.org/linux-cve-announce/2025022610-CVE-2025-21795-785d@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21796", "url": "https://lore.kernel.org/linux-cve-announce/2025022610-CVE-2025-21796-0133@gregkh/" }, { "category": "external", "summary": "Linux Kernel CVE Announcement CVE-2025-21797", "url": "https://lore.kernel.org/linux-cve-announce/2025022610-CVE-2025-21797-04ee@gregkh/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:2474 vom 2025-03-10", "url": "https://access.redhat.com/errata/RHSA-2025:2474" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-2473 vom 2025-03-11", "url": "https://linux.oracle.com/errata/ELSA-2025-2473.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0834-1 vom 2025-03-11", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020497.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0847-1 vom 2025-03-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020505.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0856-1 vom 2025-03-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020508.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0856-1 vom 2025-03-13", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/OSPHACQPT5GWCIN3WJL55RCYA4OHTBLI/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0856-1 vom 2025-03-13", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/OSPHACQPT5GWCIN3WJL55RCYA4OHTBLI/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:2710 vom 2025-03-20", "url": "https://access.redhat.com/errata/RHSA-2025:2710" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0955-1 vom 2025-03-19", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020563.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:0983-1 vom 2025-03-21", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020579.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:3128 vom 2025-03-25", "url": "https://access.redhat.com/errata/RHSA-2025:3128" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:3127 vom 2025-03-25", "url": "https://access.redhat.com/errata/RHSA-2025:3127" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:3208 vom 2025-03-26", "url": "https://access.redhat.com/errata/RHSA-2025:3208" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:3212 vom 2025-03-26", "url": "https://access.redhat.com/errata/RHSA-2025:3212" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:3214 vom 2025-03-26", "url": "https://access.redhat.com/errata/RHSA-2025:3214" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:3213 vom 2025-03-26", "url": "https://access.redhat.com/errata/RHSA-2025:3213" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:3207 vom 2025-03-26", "url": "https://access.redhat.com/errata/RHSA-2025:3207" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:3211 vom 2025-03-26", "url": "https://access.redhat.com/errata/RHSA-2025:3211" }, { "category": "external", "summary": "RedHat Security Advisory", "url": "https://access.redhat.com/errata/RHSA-2025:3216" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:3209 vom 2025-03-26", "url": "https://access.redhat.com/errata/RHSA-2025:3209" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-3208 vom 2025-03-27", "url": "https://linux.oracle.com/errata/ELSA-2025-3208.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:3264 vom 2025-03-26", "url": "https://access.redhat.com/errata/RHSA-2025:3264" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:3260 vom 2025-03-26", "url": "https://access.redhat.com/errata/RHSA-2025:3260" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:1027-1 vom 2025-03-26", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-March/020612.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-3260 vom 2025-03-27", "url": "https://linux.oracle.com/errata/ELSA-2025-3260.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-4102 vom 2025-04-01", "url": "https://lists.debian.org/debian-lts-announce/2025/03/msg00028.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASKERNEL-5.15-2025-069 vom 2025-04-01", "url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.15-2025-069.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASKERNEL-5.4-2025-097 vom 2025-04-01", "url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.4-2025-097.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:1177-1 vom 2025-04-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020670.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:1178-1 vom 2025-04-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020674.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:1176-1 vom 2025-04-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020671.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:1180-1 vom 2025-04-09", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/DGJ23MSZWYIA7MJ47RNVV6T27Z324VKA/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:1183-1 vom 2025-04-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020678.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:1195-1 vom 2025-04-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020680.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:1194-1 vom 2025-04-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020681.html" }, { "category": "external", "summary": "Debian Security Advisory DSA-5900 vom 2025-04-12", "url": "https://lists.debian.org/debian-security-announce/2025/msg00062.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:1241-1 vom 2025-04-14", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020694.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:1263-1 vom 2025-04-15", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/Q4U3LRNKLFTX56NC6NKHFDU35E5WDD75/" }, { "category": "external", "summary": "Container-Optimized OS release notes vom 2025-04-16", "url": "https://cloud.google.com/container-optimized-os/docs/release-notes#April_14_2025" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:1293-1 vom 2025-04-16", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-April/020712.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2025-2826 vom 2025-04-16", "url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2826.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-218 vom 2025-04-16", "url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-218.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-220 vom 2025-04-16", "url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-220.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASKERNEL-5.10-2025-088 vom 2025-04-16", "url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.10-2025-088.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-215 vom 2025-04-16", "url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-215.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-219 vom 2025-04-16", "url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-219.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-214 vom 2025-04-16", "url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-214.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-211 vom 2025-04-16", "url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-211.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-212 vom 2025-04-16", "url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-212.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-213 vom 2025-04-16", "url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-213.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-217 vom 2025-04-16", "url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-217.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-216 vom 2025-04-16", "url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-216.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2025-1970 vom 2025-04-17", "url": "https://alas.aws.amazon.com/ALAS-2025-1970.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7445-1 vom 2025-04-23", "url": "https://ubuntu.com/security/notices/USN-7445-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7452-1 vom 2025-04-23", "url": "https://ubuntu.com/security/notices/USN-7452-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7449-1 vom 2025-04-23", "url": "https://ubuntu.com/security/notices/USN-7449-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7451-1 vom 2025-04-23", "url": "https://ubuntu.com/security/notices/USN-7451-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7448-1 vom 2025-04-23", "url": "https://ubuntu.com/security/notices/USN-7448-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7450-1 vom 2025-04-23", "url": "https://ubuntu.com/security/notices/USN-7450-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7453-1 vom 2025-04-23", "url": "https://ubuntu.com/security/notices/USN-7453-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7455-1 vom 2025-04-24", "url": "https://ubuntu.com/security/notices/USN-7455-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7455-2 vom 2025-04-24", "url": "https://ubuntu.com/security/notices/USN-7455-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7459-1 vom 2025-04-24", "url": "https://ubuntu.com/security/notices/USN-7459-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7460-1 vom 2025-04-24", "url": "https://ubuntu.com/security/notices/USN-7460-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7449-2 vom 2025-04-24", "url": "https://ubuntu.com/security/notices/USN-7449-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7455-3 vom 2025-04-24", "url": "https://ubuntu.com/security/notices/USN-7455-3" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7455-4 vom 2025-04-25", "url": "https://ubuntu.com/security/notices/USN-7455-4" }, { "category": "external", "summary": "IBM Security Bulletin 7231915 vom 2025-04-26", "url": "https://www.ibm.com/support/pages/node/7231915" }, { "category": "external", "summary": "PoC CVE-2025-21756 vom 2025-04-28", "url": "https://github.com/hoefler02/CVE-2025-21756" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7459-2 vom 2025-04-28", "url": "https://ubuntu.com/security/notices/USN-7459-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7468-1 vom 2025-04-28", "url": "https://ubuntu.com/security/notices/USN-7468-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7455-5 vom 2025-04-29", "url": "https://ubuntu.com/security/notices/USN-7455-5" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-225 vom 2025-04-29", "url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-225.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-228 vom 2025-04-29", "url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-228.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-227 vom 2025-04-29", "url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-227.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-226 vom 2025-04-29", "url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-226.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASLIVEPATCH-2025-224 vom 2025-04-29", "url": "https://alas.aws.amazon.com/AL2/ALASLIVEPATCH-2025-224.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASKERNEL-5.4-2025-100 vom 2025-04-29", "url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.4-2025-100.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASKERNEL-5.10-2025-090 vom 2025-04-29", "url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.10-2025-090.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASKERNEL-5.15-2025-070 vom 2025-04-29", "url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.15-2025-070.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASKERNEL-5.4-2025-098 vom 2025-04-29", "url": "https://alas.aws.amazon.com/AL2/ALASKERNEL-5.4-2025-098.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7475-1 vom 2025-05-02", "url": "https://ubuntu.com/security/notices/USN-7475-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7423 vom 2025-05-13", "url": "https://access.redhat.com/errata/RHSA-2025:7423" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7652 vom 2025-05-15", "url": "https://access.redhat.com/errata/RHSA-2025:7652" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7682 vom 2025-05-16", "url": "https://access.redhat.com/errata/RHSA-2025:7682" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7676 vom 2025-05-15", "url": "https://access.redhat.com/errata/RHSA-2025:7676" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7683 vom 2025-05-16", "url": "https://access.redhat.com/errata/RHSA-2025:7683" }, { "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": "Ubuntu Security Notice USN-7510-1 vom 2025-05-16", "url": "https://ubuntu.com/security/notices/USN-7510-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7903 vom 2025-05-19", "url": "https://access.redhat.com/errata/RHSA-2025:7903" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7516-1 vom 2025-05-16", "url": "https://ubuntu.com/security/notices/USN-7516-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7897 vom 2025-05-19", "url": "https://access.redhat.com/errata/RHSA-2025:7897" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7901 vom 2025-05-19", "url": "https://access.redhat.com/errata/RHSA-2025:7901" }, { "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": "Red Hat Security Advisory RHSA-2025:7896 vom 2025-05-19", "url": "https://access.redhat.com/errata/RHSA-2025:7896" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:7902 vom 2025-05-19", "url": "https://access.redhat.com/errata/RHSA-2025:7902" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7511-1 vom 2025-05-16", "url": "https://ubuntu.com/security/notices/USN-7511-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7516-2 vom 2025-05-16", "url": "https://ubuntu.com/security/notices/USN-7511-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7512-1 vom 2025-05-16", "url": "https://ubuntu.com/security/notices/USN-7512-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7510-2 vom 2025-05-16", "url": "https://ubuntu.com/security/notices/USN-7510-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7517-1 vom 2025-05-16", "url": "https://ubuntu.com/security/notices/USN-7517-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7518-1 vom 2025-05-20", "url": "https://ubuntu.com/security/notices/USN-7518-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7516-3 vom 2025-05-20", "url": "https://ubuntu.com/security/notices/USN-7516-3" }, { "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": "Ubuntu Security Notice USN-7510-3 vom 2025-05-20", "url": "https://ubuntu.com/security/notices/USN-7510-3" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7523-1 vom 2025-05-20", "url": "https://ubuntu.com/security/notices/USN-7523-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8057 vom 2025-05-21", "url": "https://access.redhat.com/errata/RHSA-2025:8057" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8056 vom 2025-05-21", "url": "https://access.redhat.com/errata/RHSA-2025:8056" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7510-4 vom 2025-05-20", "url": "https://ubuntu.com/security/notices/USN-7510-4" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7511-3 vom 2025-05-20", "url": "https://ubuntu.com/security/notices/USN-7511-3" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7510-5 vom 2025-05-20", "url": "https://ubuntu.com/security/notices/USN-7510-5" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7521-1 vom 2025-05-20", "url": "https://ubuntu.com/security/notices/USN-7521-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8058 vom 2025-05-21", "url": "https://access.redhat.com/errata/RHSA-2025:8058" }, { "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: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:01627-1 vom 2025-05-21", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020866.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7516-4 vom 2025-05-21", "url": "https://ubuntu.com/security/notices/USN-7516-4" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-8056 vom 2025-05-22", "url": "https://linux.oracle.com/errata/ELSA-2025-8056.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": "Ubuntu Security Notice USN-7517-2 vom 2025-05-21", "url": "https://ubuntu.com/security/notices/USN-7517-2" }, { "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": "Ubuntu Security Notice USN-7521-2 vom 2025-05-22", "url": "https://ubuntu.com/security/notices/USN-7521-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7516-5 vom 2025-05-23", "url": "https://ubuntu.com/security/notices/USN-7516-5" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-7423 vom 2025-05-23", "url": "https://linux.oracle.com/errata/ELSA-2025-7423.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-7903 vom 2025-05-23", "url": "https://linux.oracle.com/errata/ELSA-2025-7903.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8137 vom 2025-05-26", "url": "https://access.redhat.com/errata/RHSA-2025:8137" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7516-6 vom 2025-05-26", "url": "https://ubuntu.com/security/notices/USN-7516-6" }, { "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:01707-1 vom 2025-05-26", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020902.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7517-3 vom 2025-05-26", "url": "https://ubuntu.com/security/notices/USN-7517-3" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7524-1 vom 2025-05-26", "url": "https://ubuntu.com/security/notices/USN-7524-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7510-6 vom 2025-05-27", "url": "https://ubuntu.com/security/notices/USN-7510-6" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8248 vom 2025-05-28", "url": "https://access.redhat.com/errata/RHSA-2025:8248" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7539-1 vom 2025-05-28", "url": "https://ubuntu.com/security/notices/USN-7539-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7510-7 vom 2025-05-28", "url": "https://ubuntu.com/security/notices/USN-7510-7" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7540-1 vom 2025-05-28", "url": "https://ubuntu.com/security/notices/USN-7540-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7521-3 vom 2025-05-28", "url": "https://ubuntu.com/security/notices/USN-7521-3" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7510-8 vom 2025-05-29", "url": "https://ubuntu.com/security/notices/USN-7510-8" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7516-7 vom 2025-05-29", "url": "https://ubuntu.com/security/notices/USN-7516-7" }, { "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:20343-1 vom 2025-05-29", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-May/020965.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7516-9 vom 2025-05-29", "url": "https://ubuntu.com/security/notices/USN-7516-9" }, { "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": "Ubuntu Security Notice USN-7516-8 vom 2025-05-29", "url": "https://ubuntu.com/security/notices/USN-7516-8" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2025-2865 vom 2025-05-29", "url": "https://alas.aws.amazon.com/AL2/ALAS-2025-2865.html" }, { "category": "external", "summary": "Dell Security Advisory DSA-2025-213 vom 2025-05-30", "url": "https://www.dell.com/support/kbdoc/de-de/000326299/dsa-2025-213-security-update-for-dell-avamar-dell-networker-virtual-edition-nve-and-dell-powerprotect-dp-series-appliance-dell-integrated-data-protection-appliance-idpa-multiple-third-party-vulnerabilities" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8345 vom 2025-06-02", "url": "https://access.redhat.com/errata/RHSA-2025:8345" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8347 vom 2025-06-02", "url": "https://access.redhat.com/errata/RHSA-2025:8347" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8346 vom 2025-06-02", "url": "https://access.redhat.com/errata/RHSA-2025:8346" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8342 vom 2025-06-02", "url": "https://access.redhat.com/errata/RHSA-2025:8342" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8344 vom 2025-06-02", "url": "https://access.redhat.com/errata/RHSA-2025:8344" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8333 vom 2025-06-02", "url": "https://access.redhat.com/errata/RHSA-2025:8333" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8343 vom 2025-06-02", "url": "https://access.redhat.com/errata/RHSA-2025:8343" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:8348 vom 2025-06-02", "url": "https://access.redhat.com/errata/RHSA-2025:8348" }, { "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": "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": "Oracle Linux Security Advisory ELSA-2025-8333 vom 2025-06-03", "url": "https://linux.oracle.com/errata/ELSA-2025-8333.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20283-1 vom 2025-06-04", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021049.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20260-1 vom 2025-06-04", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021058.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20270-1 vom 2025-06-04", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021056.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20192-1 vom 2025-06-04", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021150.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20206-1 vom 2025-06-04", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021137.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20190-1 vom 2025-06-04", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021154.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01844-1 vom 2025-06-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021438.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01843-1 vom 2025-06-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021432.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01839-1 vom 2025-06-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021433.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01840-1 vom 2025-06-09", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021434.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS-2025-1983 vom 2025-06-10", "url": "https://alas.aws.amazon.com/ALAS-2025-1983.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01849-1 vom 2025-06-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021443.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01853-1 vom 2025-06-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021441.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01851-1 vom 2025-06-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021442.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01869-1 vom 2025-06-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021449.html" }, { "category": "external", "summary": "Siemens Security Advisory SSA-082556 vom 2025-06-10", "url": "https://cert-portal.siemens.com/productcert/html/ssa-082556.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01868-1 vom 2025-06-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021447.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01875-1 vom 2025-06-11", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/MS3XXVHXB3HEZP3HNHCCJLMN3IGQ7UNZ/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01873-1 vom 2025-06-11", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021451.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01892-1 vom 2025-06-11", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021465.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01901-1 vom 2025-06-11", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021471.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01893-1 vom 2025-06-11", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021468.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01894-1 vom 2025-06-11", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021467.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01899-1 vom 2025-06-11", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021466.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": "SUSE Security Update SUSE-SU-2025:01908-1 vom 2025-06-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021473.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01907-1 vom 2025-06-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021474.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01906-1 vom 2025-06-12", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/555WAYKDPARZFWYJBA7IPHKL7OLUGFCD/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01927-1 vom 2025-06-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021493.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20381-1 vom 2025-06-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021488.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01929-1 vom 2025-06-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021498.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01930-1 vom 2025-06-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021497.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20387-1 vom 2025-06-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021482.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01928-1 vom 2025-06-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021499.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20388-1 vom 2025-06-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021481.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01922-1 vom 2025-06-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021479.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20386-1 vom 2025-06-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021483.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20382-1 vom 2025-06-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021487.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20383-1 vom 2025-06-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021486.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20389-1 vom 2025-06-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021480.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20384-1 vom 2025-06-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021485.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01935-1 vom 2025-06-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021500.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01932-1 vom 2025-06-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021501.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01950-1 vom 2025-06-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021510.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01944-1 vom 2025-06-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021505.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01958-1 vom 2025-06-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021516.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01957-1 vom 2025-06-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021517.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01948-1 vom 2025-06-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021512.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:01949-1 vom 2025-06-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021511.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": "SUSE Security Update SUSE-SU-2025:01956-1 vom 2025-06-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021518.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20402-1 vom 2025-06-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021520.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20401-1 vom 2025-06-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021521.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20400-1 vom 2025-06-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021522.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20399-1 vom 2025-06-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021523.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20398-1 vom 2025-06-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021524.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:20397-1 vom 2025-06-13", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021525.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:9079 vom 2025-06-16", "url": "https://access.redhat.com/errata/RHSA-2025:9079" }, { "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: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: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: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: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: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:20413-1 vom 2025-06-17", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021547.html" }, { "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:20421-1 vom 2025-06-20", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-June/021590.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": "Ubuntu Security Notice USN-7593-1 vom 2025-06-24", "url": "https://ubuntu.com/security/notices/USN-7593-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:9497 vom 2025-06-24", "url": "https://access.redhat.com/errata/RHSA-2025:9497" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:9492 vom 2025-06-24", "url": "https://access.redhat.com/errata/RHSA-2025:9492" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:9493 vom 2025-06-24", "url": "https://access.redhat.com/errata/RHSA-2025:9493" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:9494 vom 2025-06-24", "url": "https://access.redhat.com/errata/RHSA-2025:9494" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:9490 vom 2025-06-24", "url": "https://access.redhat.com/errata/RHSA-2025:9490" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:9498 vom 2025-06-24", "url": "https://access.redhat.com/errata/RHSA-2025:9498" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:9491 vom 2025-06-24", "url": "https://access.redhat.com/errata/RHSA-2025:9491" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:9581 vom 2025-06-25", "url": "https://access.redhat.com/errata/RHSA-2025:9581" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:9580 vom 2025-06-25", "url": "https://access.redhat.com/errata/RHSA-2025:9580" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:9584 vom 2025-06-25", "url": "https://access.redhat.com/errata/RHSA-2025:9584" }, { "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-7602-1 vom 2025-06-26", "url": "https://ubuntu.com/security/notices/USN-7602-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": "Red Hat Security Advisory RHSA-2025:10211 vom 2025-07-02", "url": "https://access.redhat.com/errata/RHSA-2025:10211" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-9079 vom 2025-07-04", "url": "https://linux.oracle.com/errata/ELSA-2025-9079.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-8137 vom 2025-07-04", "url": "https://linux.oracle.com/errata/ELSA-2025-8137.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:10371 vom 2025-07-07", "url": "https://access.redhat.com/errata/RHSA-2025:10371" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:10379 vom 2025-07-07", "url": "https://access.redhat.com/errata/RHSA-2025:10379" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-10371 vom 2025-07-08", "url": "https://linux.oracle.com/errata/ELSA-2025-10371.html" }, { "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": "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": "Oracle Linux Security Advisory ELSA-2025-10379 vom 2025-07-08", "url": "https://linux.oracle.com/errata/ELSA-2025-10379.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": "SUSE Security Update SUSE-SU-2025:02264-1 vom 2025-07-10", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021785.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.15-2025-082 vom 2025-07-10", "url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.15-2025-082.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": "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": "SUSE Security Update SUSE-SU-2025:02321-1 vom 2025-07-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021811.html" }, { "category": "external", "summary": "RedHat Security Advisory", "url": "https://access.redhat.com/errata/RHSA-2025:11299" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02322-1 vom 2025-07-15", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021810.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:11298 vom 2025-07-16", "url": "https://access.redhat.com/errata/RHSA-2025:11298" }, { "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": "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:02333-1 vom 2025-07-16", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021830.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-11298 vom 2025-07-17", "url": "https://linux.oracle.com/errata/ELSA-2025-11298.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-7653-1 vom 2025-07-17", "url": "https://ubuntu.com/security/notices/USN-7653-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7652-1 vom 2025-07-17", "url": "https://ubuntu.com/security/notices/USN-7652-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7651-1 vom 2025-07-17", "url": "https://ubuntu.com/security/notices/USN-7651-1" }, { "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-2 vom 2025-07-18", "url": "https://ubuntu.com/security/notices/USN-7654-2" }, { "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-7655-1 vom 2025-07-18", "url": "https://ubuntu.com/security/notices/USN-7655-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7651-2 vom 2025-07-18", "url": "https://ubuntu.com/security/notices/USN-7651-2" }, { "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": "Red Hat Security Advisory RHSA-2025:11411 vom 2025-07-21", "url": "https://access.redhat.com/errata/RHSA-2025:11411" }, { "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: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: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:02402-1 vom 2025-07-21", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021875.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: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:02410-1 vom 2025-07-21", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/T7JYI4RKW2E7EB4ZJ6UB45TTF2H6PEYR/" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:11428 vom 2025-07-21", "url": "https://access.redhat.com/errata/RHSA-2025:11428" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02399-1 vom 2025-07-21", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/76DMKQMABVDV4KDJA6FQ7PDOF7RSG4ZQ/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02400-1 vom 2025-07-21", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ZFZK6V3WCARPDN2N3X7GFGJTK7UFSP6T/" }, { "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:02401-1 vom 2025-07-21", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/C2CTS27REDRGOT26DT2AKNCWHEMLXFPV/" }, { "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:02398-1 vom 2025-07-21", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/OZIQSMDCERQHP4JSQ3YSIO5TMBD637EV/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02393-1 vom 2025-07-21", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/536XR3DQAUU4EJXWQKQRE6QHNW7W4M5C/" }, { "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:02392-1 vom 2025-07-21", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021879.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02394-1 vom 2025-07-21", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021878.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02396-1 vom 2025-07-21", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021876.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02391-1 vom 2025-07-21", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021880.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02403-1 vom 2025-07-21", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BXLF63OLKSA5LWF3BYMVRASA55GHVYJY/" }, { "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: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:02428-1 vom 2025-07-21", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021889.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02418-1 vom 2025-07-21", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021888.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02451-1 vom 2025-07-21", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/22P3K2RHZ424E6JGDSKSXUABXRESY6GY/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02416-1 vom 2025-07-21", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021890.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02415-1 vom 2025-07-21", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021891.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02446-1 vom 2025-07-21", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/GYAKCPI3CQKIWHWVXLDBJMK5CDOB5VRS/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02436-1 vom 2025-07-21", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/JOC4XFCSYMATM6FYIQWRDFK5AQF4P2LT/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02434-1 vom 2025-07-21", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/HM6XIBRQQ4DT55UN4XNTKFRWGXRY73A5/" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-11411 vom 2025-07-22", "url": "https://linux.oracle.com/errata/ELSA-2025-11411.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02454-1 vom 2025-07-21", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/7NNLH3GVII5RPJKDTSNRRAF2IHEZBWAO/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02444-1 vom 2025-07-21", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/KAPR5ITSSKHG4EAWNWSLSEMDSVTCH3CA/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02438-1 vom 2025-07-21", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/C4GMDP2SNO4HPRFRHQVRBAS7WAZ5PYIZ/" }, { "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: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:02442-1 vom 2025-07-21", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/7BWN4GTGQU33LC3C2LNMXQT72KBQAYTF/" }, { "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:02422-1 vom 2025-07-21", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021884.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:02419-1 vom 2025-07-21", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021887.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02445-1 vom 2025-07-21", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/WYJ3O67PBJST6GKMJJXDEBLGGDV5KJKJ/" }, { "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:02437-1 vom 2025-07-21", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/CCEZBA2U7C5F2MCQC3AIBIKAHNQBPFOI/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02455-1 vom 2025-07-21", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/H2GXZ2EL5OVKMNFWDPFV7NT367YYOFZO/" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7651-3 vom 2025-07-22", "url": "https://ubuntu.com/security/notices/USN-7651-3" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02459-1 vom 2025-07-22", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/CNBGONL5CBCKJ2ZQN6XVJFDFNJMHMLDW/" }, { "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": "Oracle Linux Security Advisory ELSA-2025-11428 vom 2025-07-23", "url": "https://linux.oracle.com/errata/ELSA-2025-11428.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7651-4 vom 2025-07-22", "url": "https://ubuntu.com/security/notices/USN-7651-4" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02468-1 vom 2025-07-22", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/H7LXLV4ZFW2U2LQ7EL4MR5BCEPMCAILY/" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7651-5 vom 2025-07-24", "url": "https://ubuntu.com/security/notices/USN-7651-5" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02507-1 vom 2025-07-24", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021949.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7651-6 vom 2025-07-24", "url": "https://ubuntu.com/security/notices/USN-7651-6" }, { "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": "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:11861 vom 2025-07-28", "url": "https://access.redhat.com/errata/RHSA-2025:11861" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02537-1 vom 2025-07-28", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021978.html" }, { "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": "Ubuntu Security Notice USN-7654-5 vom 2025-07-29", "url": "https://ubuntu.com/security/notices/USN-7654-5" }, { "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": "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": "Red Hat Security Advisory RHSA-2025:12525 vom 2025-08-04", "url": "https://access.redhat.com/errata/RHSA-2025:12525" }, { "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: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: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: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: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:20525-1 vom 2025-08-04", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022027.html" }, { "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:20517-1 vom 2025-08-04", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022034.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": "Red Hat Security Advisory RHSA-2025:12746 vom 2025-08-04", "url": "https://access.redhat.com/errata/RHSA-2025:12746" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.10-2025-098 vom 2025-08-05", "url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.10-2025-098.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": "Red Hat Security Advisory RHSA-2025:13061 vom 2025-08-05", "url": "https://access.redhat.com/errata/RHSA-2025:13061" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:13135 vom 2025-08-06", "url": "https://access.redhat.com/errata/RHSA-2025:13135" }, { "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: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": "Red Hat Security Advisory RHSA-2025:13120 vom 2025-08-06", "url": "https://access.redhat.com/errata/RHSA-2025:13120" }, { "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:20546-1 vom 2025-08-05", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022098.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:13029 vom 2025-08-05", "url": "https://access.redhat.com/errata/RHSA-2025:13029" }, { "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": "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": "Red Hat Security Advisory RHSA-2025:13030 vom 2025-08-05", "url": "https://access.redhat.com/errata/RHSA-2025:13030" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-12746 vom 2025-08-06", "url": "https://linux.oracle.com/errata/ELSA-2025-12746.html" }, { "category": "external", "summary": "IBM Security Bulletin 7241589 vom 2025-08-06", "url": "https://www.ibm.com/support/pages/node/7241589" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:13590 vom 2025-08-11", "url": "https://access.redhat.com/errata/RHSA-2025:13590" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:13589 vom 2025-08-11", "url": "https://access.redhat.com/errata/RHSA-2025:13589" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-20520 vom 2025-08-11", "url": "https://linux.oracle.com/errata/ELSA-2025-20520.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": "Red Hat Security Advisory RHSA-2025:13633 vom 2025-08-11", "url": "https://access.redhat.com/errata/RHSA-2025:13633" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-13589 vom 2025-08-12", "url": "https://linux.oracle.com/errata/ELSA-2025-13589.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:13776 vom 2025-08-13", "url": "https://access.redhat.com/errata/RHSA-2025:13776" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:13781 vom 2025-08-13", "url": "https://access.redhat.com/errata/RHSA-2025:13781" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:14054 vom 2025-08-19", "url": "https://access.redhat.com/errata/RHSA-2025:14054" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2025:02846-1 vom 2025-08-18", "url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022192.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:14094 vom 2025-08-19", "url": "https://access.redhat.com/errata/RHSA-2025:14094" }, { "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": "Red Hat Security Advisory RHSA-2025:14136 vom 2025-08-20", "url": "https://access.redhat.com/errata/RHSA-2025:14136" }, { "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": "Ubuntu Security Notice USN-7712-1 vom 2025-08-22", "url": "https://ubuntu.com/security/notices/USN-7712-1" }, { "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-7719-1 vom 2025-08-26", "url": "https://ubuntu.com/security/notices/USN-7719-1" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:14748 vom 2025-08-27", "url": "https://access.redhat.com/errata/RHSA-2025:14748" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:14746 vom 2025-08-27", "url": "https://access.redhat.com/errata/RHSA-2025:14746" }, { "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": "Ubuntu Security Notice USN-7727-1 vom 2025-08-29", "url": "https://ubuntu.com/security/notices/USN-7727-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7727-2 vom 2025-08-29", "url": "https://ubuntu.com/security/notices/USN-7727-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7726-3 vom 2025-08-29", "url": "https://ubuntu.com/security/notices/USN-7726-3" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7726-2 vom 2025-08-29", "url": "https://ubuntu.com/security/notices/USN-7726-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7726-1 vom 2025-08-29", "url": "https://ubuntu.com/security/notices/USN-7726-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7725-1 vom 2025-08-29", "url": "https://ubuntu.com/security/notices/USN-7725-1" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7725-2 vom 2025-08-29", "url": "https://ubuntu.com/security/notices/USN-7725-2" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:14985 vom 2025-09-02", "url": "https://access.redhat.com/errata/RHSA-2025:14985" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:15035 vom 2025-09-02", "url": "https://access.redhat.com/errata/RHSA-2025:15035" }, { "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-7725-3 vom 2025-09-02", "url": "https://ubuntu.com/security/notices/USN-7725-3" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7726-4 vom 2025-09-02", "url": "https://ubuntu.com/security/notices/USN-7726-4" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7727-3 vom 2025-09-02", "url": "https://ubuntu.com/security/notices/USN-7727-3" }, { "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-20551 vom 2025-09-09", "url": "https://linux.oracle.com/errata/ELSA-2025-20551.html" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2025:13590 vom 2025-09-08", "url": "https://errata.build.resf.org/RLSA-2025:13590" }, { "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:15656 vom 2025-09-10", "url": "https://access.redhat.com/errata/RHSA-2025:15656" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2025:15660 vom 2025-09-11", "url": "https://access.redhat.com/errata/RHSA-2025:15660" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7754-2 vom 2025-09-17", "url": "https://ubuntu.com/security/notices/USN-7754-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7754-1 vom 2025-09-17", "url": "https://ubuntu.com/security/notices/USN-7754-1" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALAS2KERNEL-5.4-2025-109 vom 2025-09-16", "url": "https://alas.aws.amazon.com/AL2/ALAS2KERNEL-5.4-2025-109.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7755-2 vom 2025-09-17", "url": "https://ubuntu.com/security/notices/USN-7755-2" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7755-1 vom 2025-09-17", "url": "https://ubuntu.com/security/notices/USN-7755-1" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-14987 vom 2025-09-18", "url": "https://linux.oracle.com/errata/ELSA-2025-14987.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2025-14748 vom 2025-09-18", "url": "https://linux.oracle.com/errata/ELSA-2025-14748.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-7726-5 vom 2025-09-18", "url": "https://ubuntu.com/security/notices/USN-7726-5" }, { "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:31.748+00:00", "engine": { "name": "BSI-WID", "version": "1.4.0" } }, "id": "WID-SEC-W-2025-0453", "initial_release_date": "2025-02-26T23:00:00.000+00:00", "revision_history": [ { "date": "2025-02-26T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2025-03-09T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-03-10T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2025-03-11T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-03-12T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-03-13T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-03-19T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Red Hat und SUSE aufgenommen" }, { "date": "2025-03-23T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-03-24T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-03-25T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-03-26T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Oracle Linux, Red Hat und SUSE aufgenommen" }, { "date": "2025-03-31T22:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2025-04-01T22:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-04-08T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-04-09T22:00:00.000+00:00", "number": "15", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-04-10T22:00:00.000+00:00", "number": "16", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-04-13T22:00:00.000+00:00", "number": "17", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2025-04-14T22:00:00.000+00:00", "number": "18", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-04-15T22:00:00.000+00:00", "number": "19", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-04-16T22:00:00.000+00:00", "number": "20", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-04-21T22:00:00.000+00:00", "number": "21", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-04-22T22:00:00.000+00:00", "number": "22", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-04-23T22:00:00.000+00:00", "number": "23", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-04-24T22:00:00.000+00:00", "number": "24", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-04-27T22:00:00.000+00:00", "number": "25", "summary": "Neue Updates von IBM aufgenommen" }, { "date": "2025-04-28T22:00:00.000+00:00", "number": "26", "summary": "PoC f\u00fcr CVE-2025-21756 aufgenommen" }, { "date": "2025-04-29T22:00:00.000+00:00", "number": "27", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2025-05-01T22:00:00.000+00:00", "number": "28", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-05-13T22:00:00.000+00:00", "number": "29", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-05-14T22:00:00.000+00:00", "number": "30", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-05-15T22:00:00.000+00:00", "number": "31", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-05-18T22:00:00.000+00:00", "number": "32", "summary": "Neue Updates von SUSE, Ubuntu und Red Hat aufgenommen" }, { "date": "2025-05-19T22:00:00.000+00:00", "number": "33", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-05-20T22:00:00.000+00:00", "number": "34", "summary": "Neue Updates von Ubuntu, SUSE und Red Hat aufgenommen" }, { "date": "2025-05-21T22:00:00.000+00:00", "number": "35", "summary": "Neue Updates von SUSE, Ubuntu und Oracle Linux aufgenommen" }, { "date": "2025-05-22T22:00:00.000+00:00", "number": "36", "summary": "Neue Updates von Ubuntu und Oracle Linux aufgenommen" }, { "date": "2025-05-25T22:00:00.000+00:00", "number": "37", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-05-26T22:00:00.000+00:00", "number": "38", "summary": "Neue Updates von Ubuntu, Debian und SUSE aufgenommen" }, { "date": "2025-05-27T22:00:00.000+00:00", "number": "39", "summary": "Neue Updates von Ubuntu und Red Hat aufgenommen" }, { "date": "2025-05-29T22:00:00.000+00:00", "number": "40", "summary": "Neue Updates von Ubuntu, Debian, SUSE und Amazon aufgenommen" }, { "date": "2025-06-01T22:00:00.000+00:00", "number": "41", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-06-02T22:00:00.000+00:00", "number": "42", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-06-03T22:00:00.000+00:00", "number": "43", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2025-06-09T22:00:00.000+00:00", "number": "44", "summary": "Neue Updates von SUSE und Amazon aufgenommen" }, { "date": "2025-06-10T22:00:00.000+00:00", "number": "45", "summary": "Neue Updates von SUSE und Siemens aufgenommen" }, { "date": "2025-06-11T22:00:00.000+00:00", "number": "46", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-06-12T22:00:00.000+00:00", "number": "47", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-06-15T22:00:00.000+00:00", "number": "48", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-06-16T22:00:00.000+00:00", "number": "49", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-06-17T22:00:00.000+00:00", "number": "50", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-06-19T22:00:00.000+00:00", "number": "51", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-06-23T22:00:00.000+00:00", "number": "52", "summary": "Neue Updates von Ubuntu und Red Hat aufgenommen" }, { "date": "2025-06-24T22:00:00.000+00:00", "number": "53", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-06-25T22:00:00.000+00:00", "number": "54", "summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen" }, { "date": "2025-06-26T22:00:00.000+00:00", "number": "55", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-07-01T22:00:00.000+00:00", "number": "56", "summary": "Neue Updates aufgenommen" }, { "date": "2025-07-03T22:00:00.000+00:00", "number": "57", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2025-07-06T22:00:00.000+00:00", "number": "58", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-07-07T22:00:00.000+00:00", "number": "59", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2025-07-08T22:00:00.000+00:00", "number": "60", "summary": "Neue Updates von Oracle Linux und SUSE aufgenommen" }, { "date": "2025-07-10T22:00:00.000+00:00", "number": "61", "summary": "Neue Updates von SUSE und Amazon aufgenommen" }, { "date": "2025-07-13T22:00:00.000+00:00", "number": "62", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-07-14T22:00:00.000+00:00", "number": "63", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-07-15T22:00:00.000+00:00", "number": "64", "summary": "Neue Updates von SUSE und Red Hat aufgenommen" }, { "date": "2025-07-16T22:00:00.000+00:00", "number": "65", "summary": "Neue Updates von SUSE und Oracle Linux aufgenommen" }, { "date": "2025-07-17T22:00:00.000+00:00", "number": "66", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-07-20T22:00:00.000+00:00", "number": "67", "summary": "Neue Updates von Oracle Linux, Red Hat und SUSE aufgenommen" }, { "date": "2025-07-21T22:00:00.000+00:00", "number": "68", "summary": "Neue Updates von SUSE und Oracle Linux aufgenommen" }, { "date": "2025-07-22T22:00:00.000+00:00", "number": "69", "summary": "Neue Updates von Oracle Linux, Ubuntu und SUSE aufgenommen" }, { "date": "2025-07-23T22:00:00.000+00:00", "number": "70", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-07-24T22:00:00.000+00:00", "number": "71", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-07-27T22:00:00.000+00:00", "number": "72", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-07-28T22:00:00.000+00:00", "number": "73", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2025-07-29T22:00:00.000+00:00", "number": "74", "summary": "Neue Updates von Ubuntu, Oracle Linux und Red Hat aufgenommen" }, { "date": "2025-07-30T22:00:00.000+00:00", "number": "75", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-07-31T22:00:00.000+00:00", "number": "76", "summary": "Referenz(en) aufgenommen:" }, { "date": "2025-08-03T22:00:00.000+00:00", "number": "77", "summary": "Neue Updates von Red Hat und SUSE aufgenommen" }, { "date": "2025-08-04T22:00:00.000+00:00", "number": "78", "summary": "Neue Updates von Red Hat und Amazon aufgenommen" }, { "date": "2025-08-05T22:00:00.000+00:00", "number": "79", "summary": "Neue Updates von Red Hat, SUSE und Ubuntu aufgenommen" }, { "date": "2025-08-06T22:00:00.000+00:00", "number": "80", "summary": "Neue Updates von Oracle Linux und IBM aufgenommen" }, { "date": "2025-08-10T22:00:00.000+00:00", "number": "81", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-08-11T22:00:00.000+00:00", "number": "82", "summary": "Neue Updates von Oracle Linux und Red Hat aufgenommen" }, { "date": "2025-08-12T22:00:00.000+00:00", "number": "83", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-08-18T22:00:00.000+00:00", "number": "84", "summary": "Neue Updates von Red Hat und SUSE aufgenommen" }, { "date": "2025-08-19T22:00:00.000+00:00", "number": "85", "summary": "Neue Updates von Red Hat und Ubuntu aufgenommen" }, { "date": "2025-08-20T22:00:00.000+00:00", "number": "86", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-08-21T22:00:00.000+00:00", "number": "87", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-08-24T22:00:00.000+00:00", "number": "88", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-08-26T22:00:00.000+00:00", "number": "89", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-08-27T22:00:00.000+00:00", "number": "90", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-08-28T22:00:00.000+00:00", "number": "91", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-09-01T22:00:00.000+00:00", "number": "92", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-09-02T22:00:00.000+00:00", "number": "93", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-09-03T22:00:00.000+00:00", "number": "94", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-09-08T22:00:00.000+00:00", "number": "95", "summary": "Neue Updates von Oracle Linux und Rocky Enterprise Software Foundation aufgenommen" }, { "date": "2025-09-09T22:00:00.000+00:00", "number": "96", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2025-09-10T22:00:00.000+00:00", "number": "97", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2025-09-16T22:00:00.000+00:00", "number": "98", "summary": "Neue Updates von Ubuntu und Amazon aufgenommen" }, { "date": "2025-09-17T22:00:00.000+00:00", "number": "99", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2025-09-18T22:00:00.000+00:00", "number": "100", "summary": "Neue Updates von Oracle Linux und Ubuntu aufgenommen" }, { "date": "2025-09-22T22:00:00.000+00:00", "number": "101", "summary": "Neue Updates von Debian aufgenommen" } ], "status": "final", "version": "101" } }, "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": "Dell Avamar", "product": { "name": "Dell Avamar", "product_id": "T039664", "product_identification_helper": { "cpe": "cpe:/a:dell:avamar:-" } } }, { "category": "product_name", "name": "Dell NetWorker", "product": { "name": "Dell NetWorker", "product_id": "T034583", "product_identification_helper": { "cpe": "cpe:/a:dell:networker:virtual" } } } ], "category": "vendor", "name": "Dell" }, { "branches": [ { "category": "product_name", "name": "Google Container-Optimized OS", "product": { "name": "Google Container-Optimized OS", "product_id": "1607324", "product_identification_helper": { "cpe": "cpe:/o:google:container-optimized_os:-" } } } ], "category": "vendor", "name": "Google" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c7.5.0 UP11 IF04", "product": { "name": "IBM QRadar SIEM \u003c7.5.0 UP11 IF04", "product_id": "T043169" } }, { "category": "product_version", "name": "7.5.0 UP11 IF04", "product": { "name": "IBM QRadar SIEM 7.5.0 UP11 IF04", "product_id": "T043169-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up11_if04" } } }, { "category": "product_version_range", "name": "\u003c7.5.0 UP13", "product": { "name": "IBM QRadar SIEM \u003c7.5.0 UP13", "product_id": "T045828" } }, { "category": "product_version", "name": "7.5.0 UP13", "product": { "name": "IBM QRadar SIEM 7.5.0 UP13", "product_id": "T045828-fixed", "product_identification_helper": { "cpe": "cpe:/a:ibm:qradar_siem:7.5.0_up13" } } } ], "category": "product_name", "name": "QRadar SIEM" } ], "category": "vendor", "name": "IBM" }, { "branches": [ { "category": "product_name", "name": "Open Source Linux Kernel", "product": { "name": "Open Source Linux Kernel", "product_id": "T046484", "product_identification_helper": { "cpe": "cpe:/o:linux:linux_kernel:-" } } } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "Oracle Linux", "product": { "name": "Oracle Linux", "product_id": "T004914", "product_identification_helper": { "cpe": "cpe:/o:oracle:linux:-" } } } ], "category": "vendor", "name": "Oracle" }, { "branches": [ { "category": "product_name", "name": "RESF Rocky Linux", "product": { "name": "RESF Rocky Linux", "product_id": "T032255", "product_identification_helper": { "cpe": "cpe:/o:resf:rocky_linux:-" } } } ], "category": "vendor", "name": "RESF" }, { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux", "product": { "name": "Red Hat Enterprise Linux", "product_id": "67646", "product_identification_helper": { "cpe": "cpe:/o:redhat:enterprise_linux:-" } } }, { "branches": [ { "category": "product_version_range", "name": "Container Platform \u003c4.14.49", "product": { "name": "Red Hat OpenShift Container Platform \u003c4.14.49", "product_id": "T042010" } }, { "category": "product_version", "name": "Container Platform 4.14.49", "product": { "name": "Red Hat OpenShift Container Platform 4.14.49", "product_id": "T042010-fixed", "product_identification_helper": { "cpe": "cpe:/a:redhat:openshift:container_platform__4.14.49" } } } ], "category": "product_name", "name": "OpenShift" } ], "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", "name": "1500 CPU", "product": { "name": "Siemens SIMATIC S7 1500 CPU", "product_id": "T025776", "product_identification_helper": { "cpe": "cpe:/h:siemens:simatic_s7:1500_cpu" } } } ], "category": "product_name", "name": "SIMATIC S7" } ], "category": "vendor", "name": "Siemens" }, { "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-2022-49732", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2022-49732" }, { "cve": "CVE-2024-49570", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-49570" }, { "cve": "CVE-2024-52557", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-52557" }, { "cve": "CVE-2024-52559", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-52559" }, { "cve": "CVE-2024-52560", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-52560" }, { "cve": "CVE-2024-54456", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-54456" }, { "cve": "CVE-2024-54458", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-54458" }, { "cve": "CVE-2024-57834", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57834" }, { "cve": "CVE-2024-57852", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57852" }, { "cve": "CVE-2024-57953", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57953" }, { "cve": "CVE-2024-57973", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57973" }, { "cve": "CVE-2024-57974", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57974" }, { "cve": "CVE-2024-57975", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57975" }, { "cve": "CVE-2024-57976", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57976" }, { "cve": "CVE-2024-57977", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57977" }, { "cve": "CVE-2024-57978", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57978" }, { "cve": "CVE-2024-57979", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57979" }, { "cve": "CVE-2024-57980", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57980" }, { "cve": "CVE-2024-57981", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57981" }, { "cve": "CVE-2024-57982", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57982" }, { "cve": "CVE-2024-57983", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57983" }, { "cve": "CVE-2024-57984", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57984" }, { "cve": "CVE-2024-57985", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57985" }, { "cve": "CVE-2024-57986", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57986" }, { "cve": "CVE-2024-57987", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57987" }, { "cve": "CVE-2024-57988", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57988" }, { "cve": "CVE-2024-57989", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57989" }, { "cve": "CVE-2024-57990", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57990" }, { "cve": "CVE-2024-57991", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57991" }, { "cve": "CVE-2024-57992", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57992" }, { "cve": "CVE-2024-57993", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57993" }, { "cve": "CVE-2024-57994", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57994" }, { "cve": "CVE-2024-57995", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57995" }, { "cve": "CVE-2024-57996", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57996" }, { "cve": "CVE-2024-57997", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57997" }, { "cve": "CVE-2024-57998", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57998" }, { "cve": "CVE-2024-57999", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-57999" }, { "cve": "CVE-2024-58000", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58000" }, { "cve": "CVE-2024-58001", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58001" }, { "cve": "CVE-2024-58002", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58002" }, { "cve": "CVE-2024-58003", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58003" }, { "cve": "CVE-2024-58004", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58004" }, { "cve": "CVE-2024-58005", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58005" }, { "cve": "CVE-2024-58006", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58006" }, { "cve": "CVE-2024-58007", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58007" }, { "cve": "CVE-2024-58008", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58008" }, { "cve": "CVE-2024-58009", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58009" }, { "cve": "CVE-2024-58010", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58010" }, { "cve": "CVE-2024-58011", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58011" }, { "cve": "CVE-2024-58012", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58012" }, { "cve": "CVE-2024-58013", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58013" }, { "cve": "CVE-2024-58014", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58014" }, { "cve": "CVE-2024-58015", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58015" }, { "cve": "CVE-2024-58016", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58016" }, { "cve": "CVE-2024-58017", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58017" }, { "cve": "CVE-2024-58018", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58018" }, { "cve": "CVE-2024-58019", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58019" }, { "cve": "CVE-2024-58020", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58020" }, { "cve": "CVE-2024-58021", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2024-58021" }, { "cve": "CVE-2025-21705", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21705" }, { "cve": "CVE-2025-21706", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21706" }, { "cve": "CVE-2025-21707", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21707" }, { "cve": "CVE-2025-21708", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21708" }, { "cve": "CVE-2025-21709", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21709" }, { "cve": "CVE-2025-21710", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21710" }, { "cve": "CVE-2025-21711", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21711" }, { "cve": "CVE-2025-21712", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21712" }, { "cve": "CVE-2025-21713", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21713" }, { "cve": "CVE-2025-21714", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21714" }, { "cve": "CVE-2025-21715", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21715" }, { "cve": "CVE-2025-21716", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21716" }, { "cve": "CVE-2025-21717", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21717" }, { "cve": "CVE-2025-21718", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21718" }, { "cve": "CVE-2025-21719", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21719" }, { "cve": "CVE-2025-21720", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21720" }, { "cve": "CVE-2025-21721", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21721" }, { "cve": "CVE-2025-21722", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21722" }, { "cve": "CVE-2025-21723", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21723" }, { "cve": "CVE-2025-21724", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21724" }, { "cve": "CVE-2025-21725", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21725" }, { "cve": "CVE-2025-21726", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21726" }, { "cve": "CVE-2025-21727", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21727" }, { "cve": "CVE-2025-21728", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21728" }, { "cve": "CVE-2025-21729", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21729" }, { "cve": "CVE-2025-21730", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21730" }, { "cve": "CVE-2025-21731", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21731" }, { "cve": "CVE-2025-21732", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21732" }, { "cve": "CVE-2025-21733", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21733" }, { "cve": "CVE-2025-21734", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21734" }, { "cve": "CVE-2025-21735", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21735" }, { "cve": "CVE-2025-21736", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21736" }, { "cve": "CVE-2025-21737", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21737" }, { "cve": "CVE-2025-21738", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21738" }, { "cve": "CVE-2025-21739", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21739" }, { "cve": "CVE-2025-21740", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21740" }, { "cve": "CVE-2025-21741", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21741" }, { "cve": "CVE-2025-21742", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21742" }, { "cve": "CVE-2025-21743", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21743" }, { "cve": "CVE-2025-21744", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21744" }, { "cve": "CVE-2025-21745", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21745" }, { "cve": "CVE-2025-21746", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21746" }, { "cve": "CVE-2025-21747", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21747" }, { "cve": "CVE-2025-21748", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21748" }, { "cve": "CVE-2025-21749", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21749" }, { "cve": "CVE-2025-21750", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21750" }, { "cve": "CVE-2025-21751", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21751" }, { "cve": "CVE-2025-21752", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21752" }, { "cve": "CVE-2025-21753", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21753" }, { "cve": "CVE-2025-21754", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21754" }, { "cve": "CVE-2025-21755", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21755" }, { "cve": "CVE-2025-21756", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21756" }, { "cve": "CVE-2025-21757", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21757" }, { "cve": "CVE-2025-21758", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21758" }, { "cve": "CVE-2025-21759", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21759" }, { "cve": "CVE-2025-21760", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21760" }, { "cve": "CVE-2025-21761", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21761" }, { "cve": "CVE-2025-21762", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21762" }, { "cve": "CVE-2025-21763", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21763" }, { "cve": "CVE-2025-21764", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21764" }, { "cve": "CVE-2025-21765", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21765" }, { "cve": "CVE-2025-21766", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21766" }, { "cve": "CVE-2025-21767", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21767" }, { "cve": "CVE-2025-21768", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21768" }, { "cve": "CVE-2025-21769", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21769" }, { "cve": "CVE-2025-21770", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21770" }, { "cve": "CVE-2025-21771", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21771" }, { "cve": "CVE-2025-21772", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21772" }, { "cve": "CVE-2025-21773", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21773" }, { "cve": "CVE-2025-21774", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21774" }, { "cve": "CVE-2025-21775", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21775" }, { "cve": "CVE-2025-21776", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21776" }, { "cve": "CVE-2025-21777", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21777" }, { "cve": "CVE-2025-21778", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21778" }, { "cve": "CVE-2025-21779", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21779" }, { "cve": "CVE-2025-21780", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21780" }, { "cve": "CVE-2025-21781", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21781" }, { "cve": "CVE-2025-21782", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21782" }, { "cve": "CVE-2025-21783", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21783" }, { "cve": "CVE-2025-21784", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21784" }, { "cve": "CVE-2025-21785", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21785" }, { "cve": "CVE-2025-21786", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21786" }, { "cve": "CVE-2025-21787", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21787" }, { "cve": "CVE-2025-21788", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21788" }, { "cve": "CVE-2025-21789", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21789" }, { "cve": "CVE-2025-21790", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21790" }, { "cve": "CVE-2025-21791", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21791" }, { "cve": "CVE-2025-21792", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21792" }, { "cve": "CVE-2025-21793", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21793" }, { "cve": "CVE-2025-21794", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21794" }, { "cve": "CVE-2025-21795", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21795" }, { "cve": "CVE-2025-21796", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21796" }, { "cve": "CVE-2025-21797", "product_status": { "known_affected": [ "67646", "T034583", "T045828", "T004914", "T032255", "T039664", "T043169", "T044986", "2951", "T002207", "T000126", "T046484", "398363", "T025776", "1607324", "T042010" ] }, "release_date": "2025-02-26T23:00:00.000+00:00", "title": "CVE-2025-21797" } ] }
fkie_cve-2025-21759
Vulnerability from fkie_nvd
URL | Tags | ||
---|---|---|---|
416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/087c1faa594fa07a66933d750c0b2610aa1a2946 | Patch | |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/0bf8e2f3768629d437a32cb824149e6e98254381 | Patch | |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/81b25a07ebf53f9ef4ca8f3d96a8ddb94561dd5a | Patch | |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 | https://git.kernel.org/stable/c/8e92d6a413feaf968a33f0b439ecf27404407458 | Patch |
Vendor | Product | Version | |
---|---|---|---|
linux | linux_kernel | * | |
linux | linux_kernel | * | |
linux | linux_kernel | * | |
linux | linux_kernel | 6.14 | |
linux | linux_kernel | 6.14 |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "matchCriteriaId": "80691BA5-295B-4772-9338-1D31A39548D6", "versionEndExcluding": "6.6.79", "versionStartIncluding": "2.6.26", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "matchCriteriaId": "13C8DB18-FC60-425F-84E5-3EDDEC61B2FC", "versionEndExcluding": "6.12.16", "versionStartIncluding": "6.7", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", "matchCriteriaId": "2A2093ED-74A9-43F9-AC72-50030F374EA4", "versionEndExcluding": "6.13.4", "versionStartIncluding": "6.13", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:6.14:rc1:*:*:*:*:*:*", "matchCriteriaId": "186716B6-2B66-4BD0-852E-D48E71C0C85F", "vulnerable": true }, { "criteria": "cpe:2.3:o:linux:linux_kernel:6.14:rc2:*:*:*:*:*:*", "matchCriteriaId": "0D3E781C-403A-498F-9DA9-ECEE50F41E75", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: mcast: extend RCU protection in igmp6_send()\n\nigmp6_send() can be called without RTNL or RCU being held.\n\nExtend RCU protection so that we can safely fetch the net pointer\nand avoid a potential UAF.\n\nNote that we no longer can use sock_alloc_send_skb() because\nipv6.igmp_sk uses GFP_KERNEL allocations which can sleep.\n\nInstead use alloc_skb() and charge the net-\u003eipv6.igmp_sk\nsocket under RCU protection." }, { "lang": "es", "value": "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: ipv6: mcast: extender la protecci\u00f3n RCU en igmp6_send() igmp6_send() se puede llamar sin que se mantenga RTNL o RCU. Extienda la protecci\u00f3n RCU para que podamos obtener de forma segura el puntero de red y evitar un posible UAF. Tenga en cuenta que ya no podemos usar sock_alloc_send_skb() porque ipv6.igmp_sk usa asignaciones GFP_KERNEL que pueden dormir. En su lugar, use alloc_skb() y cargue el socket net-\u0026gt;ipv6.igmp_sk bajo la protecci\u00f3n RCU." } ], "id": "CVE-2025-21759", "lastModified": "2025-03-24T17:33:09.887", "metrics": { "cvssMetricV31": [ { "cvssData": { "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" }, "exploitabilityScore": 1.8, "impactScore": 5.9, "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary" } ] }, "published": "2025-02-27T03:15:16.550", "references": [ { "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "tags": [ "Patch" ], "url": "https://git.kernel.org/stable/c/087c1faa594fa07a66933d750c0b2610aa1a2946" }, { "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "tags": [ "Patch" ], "url": "https://git.kernel.org/stable/c/0bf8e2f3768629d437a32cb824149e6e98254381" }, { "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "tags": [ "Patch" ], "url": "https://git.kernel.org/stable/c/81b25a07ebf53f9ef4ca8f3d96a8ddb94561dd5a" }, { "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "tags": [ "Patch" ], "url": "https://git.kernel.org/stable/c/8e92d6a413feaf968a33f0b439ecf27404407458" } ], "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67", "vulnStatus": "Analyzed", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-416" } ], "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary" } ] }
msrc_cve-2025-21759
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-21759 ipv6: mcast: extend RCU protection in igmp6_send() - VEX", "url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-21759.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": "ipv6: mcast: extend RCU protection in igmp6_send()", "tracking": { "current_release_date": "2025-04-09T00:00:00.000Z", "generator": { "date": "2025-10-20T02:58:28.827Z", "engine": { "name": "MSRC Generator", "version": "1.0" } }, "id": "msrc_CVE-2025-21759", "initial_release_date": "2025-02-02T00:00:00.000Z", "revision_history": [ { "date": "2025-04-09T00:00:00.000Z", "legacy_version": "1", "number": "1", "summary": "Information published." } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "2.0", "product": { "name": "CBL Mariner 2.0", "product_id": "17086" } }, { "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": "cbl2 kernel 5.15.186.1-1", "product": { "name": "cbl2 kernel 5.15.186.1-1", "product_id": "3" } }, { "category": "product_version_range", "name": "\u003cazl3 kernel 6.6.78.1-3", "product": { "name": "\u003cazl3 kernel 6.6.78.1-3", "product_id": "1" } }, { "category": "product_version", "name": "azl3 kernel 6.6.78.1-3", "product": { "name": "azl3 kernel 6.6.78.1-3", "product_id": "17471" } }, { "category": "product_version_range", "name": "\u003cazl3 kernel 6.6.82.1-1", "product": { "name": "\u003cazl3 kernel 6.6.82.1-1", "product_id": "2" } }, { "category": "product_version", "name": "azl3 kernel 6.6.82.1-1", "product": { "name": "azl3 kernel 6.6.82.1-1", "product_id": "17465" } } ], "category": "product_name", "name": "kernel" } ], "category": "vendor", "name": "Microsoft" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "cbl2 kernel 5.15.186.1-1 as a component of CBL Mariner 2.0", "product_id": "17086-3" }, "product_reference": "3", "relates_to_product_reference": "17086" }, { "category": "default_component_of", "full_product_name": { "name": "\u003cazl3 kernel 6.6.78.1-3 as a component of Azure Linux 3.0", "product_id": "17084-1" }, "product_reference": "1", "relates_to_product_reference": "17084" }, { "category": "default_component_of", "full_product_name": { "name": "azl3 kernel 6.6.78.1-3 as a component of Azure Linux 3.0", "product_id": "17471-17084" }, "product_reference": "17471", "relates_to_product_reference": "17084" }, { "category": "default_component_of", "full_product_name": { "name": "\u003cazl3 kernel 6.6.82.1-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.82.1-1 as a component of Azure Linux 3.0", "product_id": "17465-17084" }, "product_reference": "17465", "relates_to_product_reference": "17084" } ] }, "vulnerabilities": [ { "cve": "CVE-2025-21759", "cwe": { "id": "CWE-416", "name": "Use After Free" }, "notes": [ { "category": "general", "text": "Linux", "title": "Assigning CNA" } ], "product_status": { "fixed": [ "17471-17084", "17465-17084" ], "known_affected": [ "17086-3", "17084-1", "17084-2" ] }, "references": [ { "category": "self", "summary": "CVE-2025-21759 ipv6: mcast: extend RCU protection in igmp6_send() - VEX", "url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2025-21759.json" } ], "remediations": [ { "category": "vendor_fix", "date": "2025-04-09T00:00:00.000Z", "details": "6.6.82.1-1:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade", "product_ids": [ "17084-1", "17084-2" ], "url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "environmentalsScore": 0.0, "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "temporalScore": 7.8, "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": [ "17086-3", "17084-1", "17084-2" ] } ], "title": "ipv6: mcast: extend RCU protection in igmp6_send()" } ] }
ghsa-pvj3-f5v8-hgxh
Vulnerability from github
In the Linux kernel, the following vulnerability has been resolved:
ipv6: mcast: extend RCU protection in igmp6_send()
igmp6_send() can be called without RTNL or RCU being held.
Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF.
Note that we no longer can use sock_alloc_send_skb() because ipv6.igmp_sk uses GFP_KERNEL allocations which can sleep.
Instead use alloc_skb() and charge the net->ipv6.igmp_sk socket under RCU protection.
{ "affected": [], "aliases": [ "CVE-2025-21759" ], "database_specific": { "cwe_ids": [ "CWE-416" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2025-02-27T03:15:16Z", "severity": "HIGH" }, "details": "In the Linux kernel, the following vulnerability has been resolved:\n\nipv6: mcast: extend RCU protection in igmp6_send()\n\nigmp6_send() can be called without RTNL or RCU being held.\n\nExtend RCU protection so that we can safely fetch the net pointer\nand avoid a potential UAF.\n\nNote that we no longer can use sock_alloc_send_skb() because\nipv6.igmp_sk uses GFP_KERNEL allocations which can sleep.\n\nInstead use alloc_skb() and charge the net-\u003eipv6.igmp_sk\nsocket under RCU protection.", "id": "GHSA-pvj3-f5v8-hgxh", "modified": "2025-02-27T18:31:10Z", "published": "2025-02-27T03:34:05Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21759" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/087c1faa594fa07a66933d750c0b2610aa1a2946" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/0bf8e2f3768629d437a32cb824149e6e98254381" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/81b25a07ebf53f9ef4ca8f3d96a8ddb94561dd5a" }, { "type": "WEB", "url": "https://git.kernel.org/stable/c/8e92d6a413feaf968a33f0b439ecf27404407458" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ] }
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.